Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuici committed Nov 28, 2024
1 parent 7b3d7d7 commit a4aa76e
Showing 1 changed file with 17 additions and 81 deletions.
98 changes: 17 additions & 81 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,83 +1,19 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile
#
blinker==1.7.0
# via flask
cffi==1.16.0
# via ssdeep
click==8.1.7
# via flask
contourpy==1.2.0
# via matplotlib
cycler==0.12.1
# via matplotlib
flask==3.0.1
# via -r requirements.in
fonttools==4.47.2
# via matplotlib
greenlet==3.0.3
# via sqlalchemy
importlib-metadata==7.0.1
# via flask
importlib-resources==6.1.1
# via matplotlib
itsdangerous==2.1.2
# via flask
jinja2==3.1.4
# via flask
kiwisolver==1.4.5
# via matplotlib
markupsafe==2.1.5
# via
# jinja2
# werkzeug
matplotlib==3.8.2
# via -r requirements.in
mysql-connector-repackaged==0.3.1
# via -r requirements.in
Flask==3.1.0
matplotlib==3.9.2
mysql-connector-python==9.1.0
networkx==3.2.1
# via -r requirements.in
numpy==1.26.3
# via
# -r requirements.in
# contourpy
# matplotlib
packaging==23.2
# via matplotlib
pillow==10.3.0
# via matplotlib
psutil==5.9.8
# via -r requirements.in
pytest==8.3.1
py-tlsh==4.7.2
# via -r requirements.in
pycparser==2.21
# via cffi
pyparsing==3.1.1
# via matplotlib
python-dateutil==2.8.2
# via matplotlib
pyyaml==6.0.1
# via -r requirements.in
six==1.16.0
# via
# python-dateutil
# ssdeep
sqlalchemy==2.0.25
# via -r requirements.in
ssdeep==3.4
# via -r requirements.in
typing-extensions==4.9.0
# via sqlalchemy
werkzeug==3.0.1
# via
# -r requirements.in
# flask
zipp==3.19.1
# via
# importlib-metadata
# importlib-resources
numpy==2.0.2
pandas==2.2.3
py_tlsh==4.7.2
pytest_regressions==2.5.0
PyYAML==6.0.2
PyYAML==6.0.2
Requests==2.32.3
scipy==1.13.1
seaborn==0.13.2
sensitivity==0.2.8
SQLAlchemy==2.0.36
ssdeep==3.4
statsmodels==0.14.4
waitress==3.0.2
Werkzeug==3.1.3

0 comments on commit a4aa76e

Please sign in to comment.