We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca07f1 commit e4faf9dCopy full SHA for e4faf9d
2 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-lxml >= 3.5.0, < 5
+lxml >= 4
2
coveralls
3
Jinja2
4
signxml
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
5
-VERSION = "1.0.61"
+VERSION = "1.0.62"
6
7
8
setup(
@@ -55,7 +55,7 @@
55
'Jinja2 >= 2.8',
56
'pyOpenSSL >= 16.0.0, < 18',
57
'signxml >= 2.4.0',
58
- 'lxml >= 3.5.0, < 5',
+ 'lxml >= 4, < 5',
59
'suds-jurko >= 0.6',
60
'suds-jurko-requests >= 1.2',
61
'reportlab',
0 commit comments