Skip to content

Commit

Permalink
Atualização de versão signxml
Browse files Browse the repository at this point in the history
  • Loading branch information
danimaribeiro committed Aug 10, 2017
1 parent 596772d commit 7547c48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Empty file removed =
Empty file.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
lxml >= 3.6.0, < 3.7
lxml >= 3.5.0, < 4
nose
mock
coveralls
http://xmlsoft.org/sources/python/libxml2-python-2.6.21.tar.gz
https://github.com/odoo-brazil/pyxmlsec/archive/master.zip
Jinja2
signxml
suds >= 0.4
suds_requests >= 0.3
defusedxml >= 0.4.1, < 0.5
eight >= 0.3.0, < 0.4
cryptography >= 1.4, < 1.8
defusedxml >= 0.4.1, < 0.6
eight >= 0.3.0, < 0.5
cryptography >= 1.8, < 1.10
pyOpenSSL >= 16.0.0, < 17
certifi >= 2015.11.20.1
reportlab
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
long_description=open('README.md', 'r').read(),
install_requires=[
'Jinja2 >= 2.8',
'signxml == 2.2.6',
'lxml >= 3.6.0, < 3.7',
'signxml >= 2.4.0',
'lxml >= 3.5.0, < 4',
'suds >= 0.4',
'suds_requests >= 0.3',
'reportlab'
Expand Down

0 comments on commit 7547c48

Please sign in to comment.