Skip to content

Commit

Permalink
Merge pull request #314 from felipepaloschi/signxml_version
Browse files Browse the repository at this point in the history
Fix signxml version for python3.6
  • Loading branch information
danimaribeiro authored May 10, 2023
2 parents 276204b + 9249df3 commit 5f88e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
lxml >= 3.5.0, < 5
coveralls
Jinja2
signxml
signxml==2.9.0 ; python_version < '3.7'
signxml ; python_version >= '3.7'
urllib3 >= 1.22
suds-jurko >= 0.6
suds-jurko-requests >= 1.2
Expand Down

0 comments on commit 5f88e0b

Please sign in to comment.