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.
setup.cfg
1 parent 9c64146 commit 471c540Copy full SHA for 471c540
setup.cfg
@@ -31,7 +31,7 @@ install_requires =
31
argcomplete <= 3.1.2; python_version < '3.8'
32
filelock
33
filelock<=3.12.2; python_version == '3.7'
34
- filelock<=3.16.1; python_version == '3.6'
+ filelock<=3.4.1; python_version == '3.6'
35
jsonschema
36
lxml==5.2.0; python_version < '3.8' and platform_machine == 'aarch64'
37
lxml==5.3.0; python_version >= '3.8' or platform_machine != 'aarch64'
0 commit comments