mirror of
https://github.com/empayre/OTX-Python-SDK.git
synced 2024-11-06 01:45:25 +00:00
Add pytz to requirements
This commit is contained in:
parent
c7b74a1700
commit
627642c8f5
2
setup.py
2
setup.py
@ -11,5 +11,5 @@ setup(
|
||||
url='https://github.com/AlienVault-Labs/OTX-Python-SDK',
|
||||
download_url='https://github.com/AlienVault-Labs/OTX-Python-SDK/tarball/1.1.0',
|
||||
py_modules=['OTXv2', 'IndicatorTypes','patch_pulse'],
|
||||
install_requires=['simplejson', 'requests', 'dateutil', 'pytz]
|
||||
install_requires=['simplejson', 'requests', 'dateutil', 'pytz']
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user