We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a0ad0 commit fe9a3ebCopy full SHA for fe9a3eb
pyproject.toml
@@ -24,7 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: 3 :: Only",
25
]
26
dependencies = [
27
- "click>=8,!=8.3.0,<8.4",
+ "click>=8,<8.3",
28
"tomli; python_version < '3.11'",
29
"colorama; platform_system == 'Windows'",
30
"importlib_metadata >= 7"
0 commit comments