diff --git a/requirements.txt b/requirements.txt index c71e05a..a8fbe02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,9 +6,8 @@ http://xmlsoft.org/sources/python/libxml2-python-2.6.21.tar.gz https://github.com/odoo-brazil/pyxmlsec/archive/master.zip Jinja2 signxml -suds -suds_requests -reportlab +suds >= 0.4 +suds_requests >= 0.3 defusedxml >= 0.4.1, < 0.5 eight >= 0.3.0, < 0.4 cryptography >= 1.4, < 1.8 diff --git a/setup.py b/setup.py index 6070e22..a273864 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "0.1.13" +VERSION = "0.1.14" setup( name="PyTrustNFe", @@ -29,6 +29,9 @@ later (LGPLv2+)', install_requires=[ 'Jinja2 >= 2.8', 'signxml >= 2.0.0', + 'lxml >= 3.6.0, < 3.7', + 'suds >= 0.4', + 'suds_requests >= 0.3', ], test_suite='nose.collector', tests_require=[