Skip to content

Commit 81e9de8

Browse files
committed
1 parent 7c2839b commit 81e9de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Required packages:
55
cryptography==2.9
66
defusedxml==0.6.0
7-
jsonschema==3.1.1
7+
jsonschema==3.2.0
88
lxml==4.5.0
99
marshmallow==2.19.5
1010
pyOpenSSL==18.0.0
@@ -17,12 +17,12 @@ signxml==2.6.0
1717
# - pycparser
1818
# - six
1919
# - jsonschema
20-
# - setuptools
21-
# - six
2220
# - attrs
23-
# - importlib-metadata
21+
# - importlib-metadata (python_version<'3.8')
2422
# - zipp
2523
# - pyrsistent
24+
# - setuptools
25+
# - six
2626
# - signxml:
2727
# - asn1crypto
2828
# - certifi

0 commit comments

Comments
 (0)