From 0dafbf63a27953917814f902184525cf8a76356f Mon Sep 17 00:00:00 2001 From: Eugeny Ablesov <133771006+EvgenyAblesov@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:59:03 +0300 Subject: [PATCH] Update requirements.txt (#139) Use only fixed versions for dependencies --- assets/requirements.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/assets/requirements.txt b/assets/requirements.txt index cd4ad90..1c4ec22 100644 --- a/assets/requirements.txt +++ b/assets/requirements.txt @@ -1,17 +1,17 @@ pymisp==2.4.165.1 sqlalchemy==1.4.48 -ipwhois -pydig -netaddr -pyyaml -flask -flask_httpauth -pyjwt -psutil -pyudev -wifi -qrcode -netifaces -weasyprint -python-whois -six +ipwhois==1.2.0 +netaddr==0.8.0 +flask==1.1.2 +flask_httpauth==4.8.0 +pyjwt==1.7.1 +psutil==5.8.0 +pydig==0.4.0 +pyudev==0.24.0 +pyyaml==5.3.1 +wifi==0.3.8 +qrcode==7.3.1 +netifaces==0.11.0 +weasyprint==59.0 +python-whois==0.8.0 +six==1.16.0