Browse Source

Merge 2b887526c1 into 4691c28623

pull/153/merge
Johny Chen Jy 7 years ago
committed by GitHub
parent
commit
fd2bf0059b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      requirements.txt
  2. 4
      setup.py

2
requirements.txt

@ -15,4 +15,4 @@ reportlab
pytest pytest
pytest-cov pytest-cov
pytz pytz
zeep
zeep == 2.5

4
setup.py

@ -2,7 +2,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
VERSION = "0.10.0"
VERSION = "0.10.1"
setup( setup(
@ -54,7 +54,7 @@ later (LGPLv2+)',
'suds-jurko-requests >= 1.2', 'suds-jurko-requests >= 1.2',
'reportlab', 'reportlab',
'pytz', 'pytz',
'zeep',
'zeep == 2.5',
], ],
tests_require=[ tests_require=[
'pytest', 'pytest',

Loading…
Cancel
Save