From 6a5ab832141230ec7988187a5e7a3ab6aabfd773 Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Mon, 9 Jan 2017 18:14:34 -0200 Subject: [PATCH] =?UTF-8?q?Fixando=20vers=C3=A3o=20do=20jinja=20-=20set=20?= =?UTF-8?q?dentro=20de=20loop=20n=C3=A3o=20est=C3=A1=20funcionando?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a8fbe02..c38c046 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ mock coveralls http://xmlsoft.org/sources/python/libxml2-python-2.6.21.tar.gz https://github.com/odoo-brazil/pyxmlsec/archive/master.zip -Jinja2 +Jinja2>=2.8,<2.9 signxml suds >= 0.4 suds_requests >= 0.3 diff --git a/setup.py b/setup.py index 43dcbf5..2581c0e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ # coding=utf-8 from setuptools import setup, find_packages -VERSION = "0.1.19" +VERSION = "0.1.20" setup( name="PyTrustNFe",