From dcaf7b8eacdec4e779ced3f12901574e9abbc84d Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Thu, 10 Aug 2017 15:24:37 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20de=20vers=C3=A3o=20sign?= =?UTF-8?q?xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- = | 0 requirements.txt | 9 +++++---- setup.py | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 = diff --git a/= b/= deleted file mode 100644 index e69de29..0000000 diff --git a/requirements.txt b/requirements.txt index ce36008..9a94f0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index cba8e5c..b1e6f1a 100644 --- a/setup.py +++ b/setup.py @@ -35,8 +35,8 @@ later (LGPLv2+)', 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'