From daa66dd32f13231a5d9de54c4508051187fcdda3 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Mon, 21 Nov 2016 15:20:57 +0000 Subject: [PATCH] Use git for everything we can --- REQUIREMENTS | 2 ++ setup.py | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/REQUIREMENTS b/REQUIREMENTS index 92a84d7..16f5512 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -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 diff --git a/setup.py b/setup.py index 0010c05..3bdc180 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,5 @@ setup( 'pillow', 'pytesseract', 'shodan', - 'misp_stix_converter' ], )