aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-02-21 09:33:19 +0100
committerMichał Górny <mgorny@gentoo.org>2022-02-21 09:33:19 +0100
commit2830227726a99357269841b76825b2301b31b9be (patch)
tree67bdcfa79813fddd7d72127ecc38b90a67b2a9dd /pyproject.toml
parentadd missing news entry (diff)
downloadpkgcheck-2830227726a99357269841b76825b2301b31b9be.tar.gz
pkgcheck-2830227726a99357269841b76825b2301b31b9be.tar.bz2
pkgcheck-2830227726a99357269841b76825b2301b31b9be.zip
unpin tree-sitter
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index da9b027d..7edc10ac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ requires = [
"lazy-object-proxy",
"lxml",
"pathspec",
- "tree-sitter~=0.19.0",
+ "tree-sitter>=0.19.0",
"snakeoil~=0.9.6",
"pkgcore~=0.12.8",
]