Skip to content
This repository was archived by the owner on Aug 13, 2022. It is now read-only.

Commit bce7997

Browse files
committed
Vague dependencies
Since I am not sure of the exact minimum versions required for either attrs or click, leave them as "any" to prevent unnecessary peer dependency resolution issues.
1 parent 05f96ca commit bce7997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run(self):
5353

5454

5555
setup_requires = ["setuptools-rust>=0.10.1", "setuptools_scm>=3.1.0"]
56-
install_requires = ["attrs >= 18.2.0", "click >= 6.7"]
56+
install_requires = ["attrs", "click"]
5757
tests_require = install_requires + ["pytest", "pytest-benchmark"]
5858

5959
LONG_DESCRIPTION = None

0 commit comments

Comments
 (0)