Browse Source

Incrementar versão e adicionaod pytz nas dependencias ;-;

pull/122/head
carcaroff 8 years ago
committed by Danimar Ribeiro
parent
commit
f39c1d0c23
  1. 1
      requirements.txt
  2. 5
      setup.py

1
requirements.txt

@ -14,3 +14,4 @@ cryptography >= 1.8, < 1.10
pyOpenSSL >= 16.0.0, < 17
certifi >= 2015.11.20.1
reportlab
pytz

5
setup.py

@ -1,7 +1,7 @@
# coding=utf-8
from setuptools import setup, find_packages
VERSION = "0.1.46"
VERSION = "0.1.47"
setup(
name="PyTrustNFe",
@ -40,7 +40,8 @@ later (LGPLv2+)',
'lxml >= 3.5.0, < 4',
'suds >= 0.4',
'suds_requests >= 0.3',
'reportlab'
'reportlab',
'pytz'
],
test_suite='nose.collector',
tests_require=[

Loading…
Cancel
Save