From f0dc4dfbadb717d41f1da1ed61d9206ec2811242 Mon Sep 17 00:00:00 2001 From: Eugeny Ablesov <133771006+EvgenyAblesov@users.noreply.github.com> Date: Tue, 30 May 2023 15:01:30 +0300 Subject: [PATCH] Update requirements.txt Fix: pymisp - use older version to keep code compatibility sqlalchemy - use 1.4 latest build (api 2.0 incompatible with codebase) M2Crypto - removed (not used) pyOpenSSL - removed (not used) --- assets/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/requirements.txt b/assets/requirements.txt index 11813be..0979a66 100644 --- a/assets/requirements.txt +++ b/assets/requirements.txt @@ -1,6 +1,6 @@ +pymisp==2.4.165.1 +sqlalchemy==1.4.48 ipwhois -M2Crypto -pyOpenSSL pydig pymisp netaddr @@ -8,7 +8,6 @@ pyyaml flask flask_httpauth pyjwt -sqlalchemy psutil pyudev wifi