Skip to content

Commit

Permalink
Merge pull request #318 from heron-brito/patch-03
Browse files Browse the repository at this point in the history
Atualização de dependências
  • Loading branch information
danimaribeiro committed May 10, 2023
2 parents 5f88e0b + ff0201b commit 3995d8f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.6"
- "3.8"
install:
- pip install --upgrade pip
- pip install -r requirements.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
lxml >= 3.5.0, < 5
lxml >= 4.2.1, < 5
coveralls
Jinja2
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
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 == 22.1.0
certifi >= 2015.11.20.1
xmlsec >= 1.3.3
reportlab
Expand Down
14 changes: 7 additions & 7 deletions 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 Expand Up @@ -52,12 +52,12 @@
install_requires=[
'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',
'Jinja2 >= 2.8, <= 3.0.3',
'lxml >= 4.2.1, < 5',
'cryptography >= 2.1.4',
'pyOpenSSL == 22.1.0',
'suds',
'suds-requests4',
'reportlab',
'pytz',
'zeep',
Expand Down

0 comments on commit 3995d8f

Please sign in to comment.