From 0e2b10b52c47741d2c223d7c9fa38e877797e99a Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Thu, 22 Dec 2016 13:50:30 -0200 Subject: [PATCH] =?UTF-8?q?Melhorando=20setup=20e=20dependencias=20com=20a?= =?UTF-8?q?=20vers=C3=A3o=20correta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 5 ++--- setup.py | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) 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=[