Skip to content

Commit

Permalink
Merge pull request danimaribeiro#1 from audaz/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
heron-brito authored Dec 23, 2022
2 parents 2ca07f1 + 55b34d7 commit 626313f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
lxml >= 3.5.0, < 5
lxml >= 4.2.1, < 5
coveralls
Jinja2
signxml
urllib3 >= 1.22
suds-jurko >= 0.6
suds-jurko-requests >= 1.2
suds-community
suds-requests4
defusedxml >= 0.7.1, < 1
eight >= 0.3.0, < 1
cryptography >= 1.8, < 3
pyOpenSSL >= 16.0.0, < 18
cryptography >= 2.1.4
pyOpenSSL >= 17.5.0, < 22
certifi >= 2015.11.20.1
xmlsec >= 1.3.3
reportlab
Expand Down
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
'urllib3 >= 1.22',
'xmlsec >= 1.3.3', # apt update;apt install libxmlsec1-dev pkg-config -y
'Jinja2 >= 2.8',
'pyOpenSSL >= 16.0.0, < 18',
'signxml >= 2.4.0',
'lxml >= 3.5.0, < 5',
'suds-jurko >= 0.6',
'suds-jurko-requests >= 1.2',
'lxml >= 4.2.1, < 5',
'cryptography >= 2.1.4',
'pyOpenSSL >= 17.5.0, < 22',
'suds',
'suds-requests4',
'reportlab',
'pytz',
'zeep',
Expand Down

0 comments on commit 626313f

Please sign in to comment.