Skip to content

Commit

Permalink
update remaining dependencies for python 3.12
Browse files Browse the repository at this point in the history
and some additional dependencies which got new patches
  • Loading branch information
jstucke committed Nov 22, 2023
1 parent f6473cf commit 976b0fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/install/requirements_backend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ flask==2.3.3
git+https://github.com/fkie-cad/common_helper_yara.git

# For plugin definition
semver==3.0.1
semver==3.0.2
6 changes: 3 additions & 3 deletions src/install/requirements_frontend.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ flask_sqlalchemy==3.0.5
itsdangerous==2.1.2
matplotlib==3.7.3
more_itertools==9.0.0
prompt_toolkit==3.0.32
prompt_toolkit==3.0.41
python-dateutil==2.8.2
quantiphy==2.19
uwsgi==2.0.22
uwsgi==2.0.23
virtualenv

# must be below dependent packages (flask, flask-login, flask-restx)
Expand All @@ -23,4 +23,4 @@ werkzeug==2.3.7
bleach==5.0.1

# Figuring out if the analysis is outdated
semver==3.0.1
semver==3.0.2
4 changes: 3 additions & 1 deletion src/plugins/analysis/ip_and_uri_finder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
git+https://github.com/fkie-cad/common_analysis_ip_and_uri.git
geoip2==4.6.0
geoip2==4.7.0
# dependency of geoip2 for python >= 3.12
aiohttp~=3.9.0

0 comments on commit 976b0fb

Please sign in to comment.