Skip to content

Commit

Permalink
Padronizado as versões do setup.py e do requirements.txt e atualizado…
Browse files Browse the repository at this point in the history
… a versão do defusedxml
  • Loading branch information
faio committed Aug 6, 2021
1 parent 6eec697 commit c02d353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -4,8 +4,8 @@ Jinja2
signxml
urllib3 >= 1.22
suds-jurko >= 0.6
suds-jurko-requests >= 1.1
defusedxml >= 0.4.1, < 1
suds-jurko-requests >= 1.2
defusedxml >= 0.7.1, < 1
eight >= 0.3.0, < 1
cryptography >= 1.8, < 3
pyOpenSSL >= 16.0.0, < 18
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -50,8 +50,8 @@
long_description=open("README.md", "r").read(),
long_description_content_type="text/markdown",
install_requires=[
'urllib3',
'xmlsec==1.3.3', # apt update;apt install libxmlsec1-dev pkg-config -y
'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',
Expand Down

0 comments on commit c02d353

Please sign in to comment.