mirror of
https://github.com/empayre/OTX-Python-SDK.git
synced 2024-11-06 01:45:25 +00:00
Add dateutil to requirements
This commit is contained in:
parent
0fea30d05d
commit
286fd1739d
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']
|
||||
install_requires=['simplejson', 'requests', 'dateutil']
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user