Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/bbot/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fastapi==0.115.12
uvicorn[standard]==0.34.0
bbot==2.4.0
bbot==2.7.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flask-Shell2HTTP dynamically install the most recent supported version of Flask
# So, if you want reproducible builds, you must explicitly state the flask version you want to install
Flask-Shell2HTTP-fork==1.9.2
flask==3.1.0
flask==3.1.1
gunicorn==23.0.0
fangfrisch==1.9.0
2 changes: 1 addition & 1 deletion integrations/nuclei_analyzer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flask-Shell2HTTP dynamically install the most recent supported version of Flask
# So, if you want reproducible builds, you must explicitly state the flask version you want to install
Flask-Shell2HTTP-fork==1.9.2
flask==3.1.0
flask==3.1.1
gunicorn==23.0.0
2 changes: 1 addition & 1 deletion integrations/pcap_analyzers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flask-Shell2HTTP dynamically install the most recent supported version of Flask
# So, if you want reproducible builds, you must explicitly state the flask version you want to install
Flask-Shell2HTTP-fork==1.9.2
flask==3.1.0
flask==3.1.1
gunicorn==23.0.0
PyYAML==6.0
2 changes: 1 addition & 1 deletion integrations/thug/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flask-Shell2HTTP dynamically install the most recent supported version of Flask
# So, if you want reproducible builds, you must explicitly state the flask version you want to install
Flask-Shell2HTTP-fork==1.9.2
flask==3.1.0
flask==3.1.1
gunicorn==23.0.0
2 changes: 1 addition & 1 deletion integrations/tor_analyzers/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flask-Shell2HTTP dynamically install the most recent supported version of Flask
# So, if you want reproducible builds, you must explicitly state the flask version you want to install
Flask-Shell2HTTP-fork==1.9.2
flask==3.1.0
flask==3.1.1
gunicorn==23.0.0
6 changes: 3 additions & 3 deletions requirements/project-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# django libs
Django==4.2.17
Django==4.2.27
psycopg2-binary==2.9.6
django-auth-ldap==5.1.0
django-radius==1.5.0
Expand All @@ -16,7 +16,7 @@ django-solo==2.4.0
django_extensions==3.2.3
jsonschema==4.23.0
# django rest framework libs
Authlib==1.4.0
Authlib==1.6.5
djangorestframework==3.15.2
djangorestframework-filters==1.0.0.dev2
drf-spectacular==0.28.0
Expand Down Expand Up @@ -105,7 +105,7 @@ pyzipper==0.3.6

# others
dateparser==1.2.0
DeepDiff==8.2.0
DeepDiff==8.6.1
# phishing form compiler module
lxml==5.3.0
Faker==36.1.0
Loading