Skip to content

Commit

Permalink
Implement lxml version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioluna committed Feb 22, 2022
1 parent 2ca07f1 commit 7500b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6.1
coveralls
Jinja2
signxml
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit 7500b01

Please sign in to comment.