Use git for everything we can

pull/73/head
Hannah Ward 2016-11-21 15:20:57 +00:00
parent 22f4edd25d
commit daa66dd32f
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,8 @@ pyeupi
ipasn-redis
asnhistory
git+https://github.com/Rafiot/uwhoisd.git@testing#egg=uwhois&subdirectory=client
git+https://github.com/MISP/MISP-STIX-Converter.git#egg=misp_stix_converter
git+https://github.com/CIRCL/PyMISP.git#egg=pymisp
pillow
pytesseract
SPARQLWrapper

View File

@ -38,6 +38,5 @@ setup(
'pillow',
'pytesseract',
'shodan',
'misp_stix_converter'
],
)