Add pytz to requirements

This commit is contained in:
Rusty Brooks 2019-03-28 19:14:49 -05:00
parent c7b74a1700
commit 627642c8f5

View File

@ -11,5 +11,5 @@ setup(
url='https://github.com/AlienVault-Labs/OTX-Python-SDK', url='https://github.com/AlienVault-Labs/OTX-Python-SDK',
download_url='https://github.com/AlienVault-Labs/OTX-Python-SDK/tarball/1.1.0', download_url='https://github.com/AlienVault-Labs/OTX-Python-SDK/tarball/1.1.0',
py_modules=['OTXv2', 'IndicatorTypes','patch_pulse'], py_modules=['OTXv2', 'IndicatorTypes','patch_pulse'],
install_requires=['simplejson', 'requests', 'dateutil', 'pytz] install_requires=['simplejson', 'requests', 'dateutil', 'pytz']
) )