Skip to content

Commit

Permalink
Implement lxml version. danimaribeiro#307
Browse files Browse the repository at this point in the history
  • Loading branch information
renanteixeira committed Mar 29, 2022
1 parent 091da95 commit 2fae54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml >= 3.5.0, < 5
lxml >= 4
coveralls
Jinja2
signxml
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


VERSION = "1.0.61"
VERSION = "1.0.62"


setup(
Expand Down Expand Up @@ -55,7 +55,7 @@
'Jinja2 >= 2.8',
'pyOpenSSL >= 16.0.0, < 18',
'signxml >= 2.4.0',
'lxml >= 3.5.0, < 5',
'lxml >= 4, < 5',
'suds-jurko >= 0.6',
'suds-jurko-requests >= 1.2',
'reportlab',
Expand Down

0 comments on commit 2fae54d

Please sign in to comment.