Skip to content

Commit

Permalink
Fix signxml version for python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepaloschi committed Sep 22, 2022
1 parent 2ca07f1 commit a990d74
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.8.2 ; 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 a990d74

Please sign in to comment.