Johny Chen Jy
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
requirements.txt
-
setup.py
|
|
|
@ -15,4 +15,4 @@ reportlab |
|
|
|
pytest |
|
|
|
pytest-cov |
|
|
|
pytz |
|
|
|
zeep |
|
|
|
zeep == 2.5 |
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
from setuptools import setup, find_packages |
|
|
|
|
|
|
|
|
|
|
|
VERSION = "0.10.0" |
|
|
|
VERSION = "0.10.1" |
|
|
|
|
|
|
|
|
|
|
|
setup( |
|
|
|
@ -54,7 +54,7 @@ later (LGPLv2+)', |
|
|
|
'suds-jurko-requests >= 1.2', |
|
|
|
'reportlab', |
|
|
|
'pytz', |
|
|
|
'zeep', |
|
|
|
'zeep == 2.5', |
|
|
|
], |
|
|
|
tests_require=[ |
|
|
|
'pytest', |
|
|
|
|