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 b335c6d commit add3f78Copy full SHA for add3f78
requirements/base.txt
@@ -4,7 +4,7 @@
4
# Required packages:
5
cryptography==2.9
6
defusedxml==0.6.0
7
-jsonschema==3.1.1
+jsonschema==3.2.0
8
lxml==4.5.0
9
marshmallow==2.19.5
10
pyOpenSSL==18.0.0
@@ -17,12 +17,12 @@ signxml==2.6.0
17
# - pycparser
18
# - six
19
# - jsonschema
20
-# - setuptools
21
-# - six
22
# - attrs
23
-# - importlib-metadata
+# - importlib-metadata (python_version<'3.8')
24
# - zipp
25
# - pyrsistent
+# - setuptools
+# - six
26
# - signxml:
27
# - asn1crypto
28
# - certifi
@@ -39,7 +39,7 @@ certifi==2020.4.5.1
39
cffi==1.14.0
40
eight==0.4.2
41
future==0.16.0
42
-importlib-metadata==1.6.0
+importlib-metadata==1.6.0; python_version<'3.8'
43
pycparser==2.20
44
pyrsistent==0.16.0
45
# setuptools
0 commit comments