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 a4f4489 commit 82edeccCopy full SHA for 82edecc
setup.cfg
@@ -15,8 +15,8 @@ classifiers =
15
[options]
16
packages = find:
17
install_requires =
18
- click>=8.0,<8.1;python_version=='3.6'
19
- click>=8.1,<8.2;python_version>'3.6'
+ click>=8.2,<8.3;python_version=='3.6'
+ click>=8.2,<8.3;python_version>'3.6'
20
requests>=2.25;python_version>='3.6'
21
urllib3>=1.26
22
junitparser>=2.0.0
0 commit comments