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 fb5c067 commit e544601Copy full SHA for e544601
1 file changed
pyproject.toml
@@ -24,6 +24,7 @@ classifiers = [
24
"Programming Language :: Python :: 3 :: Only",
25
]
26
dependencies = [
27
+ "click>=8,<=8.2; python_version == '3.10'", # cannot deepcopy cmd params (specifically, Sentinel.UNSET) on 3.10
28
"click>=8,!=8.3.0,<8.4",
29
"tomli; python_version < '3.11'",
30
"colorama; platform_system == 'Windows'",
0 commit comments