From c44e4f198e552ad23b295b50e55c78dc4493c0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 20 Dec 2021 13:25:51 +0100 Subject: [PATCH] chg: [Python] Use pymisp from pypi. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 78a607f03..168d3a9d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pyzmq coveralls codecov stix -git+https://github.com/MISP/PyMISP.git#egg=pymisp +pymisp requests-mock pip nose