Added mysqlpython as a dep
parent
442760906c
commit
c19d0eedf7
2
setup.py
2
setup.py
|
@ -12,6 +12,6 @@ setup(
|
|||
author="Hannah Ward",
|
||||
author_email="hannah.ward2@baesystems.com",
|
||||
packages=['misp_taxii_hooks'],
|
||||
install_requires=["pymisp>=2.4.53", "pyaml>=3.11", "cabby>=0.1", "nose>=1.3.7"],
|
||||
install_requires=["pymisp>=2.4.53", "pyaml>=3.11", "cabby>=0.1", "mysqlclient>=1.3.9", "nose>=1.3.7"],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue