Skip to content

Commit

Permalink
Working on requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Feb 2, 2024
1 parent 48e1232 commit a08bdbe
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ celerybeat.pid
# Environments
.env
.venv
.venv-3.7
.venv-3.9
env/
venv/
Expand Down
6 changes: 3 additions & 3 deletions requirements-bess-3.10.txt → requirements-bess-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ numpy
packaging==21.3
pathspec==0.9.0
pep8-naming==0.10.0
Pillow==10.2.0
Pillow==9.5.0
platformdirs==2.4.0
prospector==1.7.7
pycodestyle==2.8.0
Expand All @@ -44,8 +44,8 @@ python-dateutil==2.8.2
PyYAML==6.0
requirements-detector==0.7
scapy==2.5.0
scikit-learn==1.4.0
scipy==1.12.0
scikit-learn==0.24.2
scipy==1.7.3
setoptconf-tmp==0.3.1
six==1.16.0
snowballstemmer==2.2.0
Expand Down
6 changes: 3 additions & 3 deletions requirements-receiver-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ numpy
packaging==21.3
pathspec==0.9.0
pep8-naming==0.10.0
Pillow==10.2.0
Pillow==9.5.0
platformdirs==2.4.0
prospector==1.7.7
pycodestyle==2.8.0
Expand All @@ -44,8 +44,8 @@ python-dateutil==2.8.2
PyYAML==6.0
requirements-detector==0.7
scapy==2.5.0
scikit-learn==1.4.0
scipy==1.12.0
scikit-learn==0.24.2
scipy==1.7.3
setoptconf-tmp==0.3.1
six==1.16.0
snowballstemmer==2.2.0
Expand Down
57 changes: 57 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
astroid==2.9.3
black==22.1.0
click==8.0.4
cycler==0.11.0
dodgy==0.2.1
flake8==4.0.1
flake8-polyfill==1.0.2
fonttools==4.27.1
isort==5.10.1
joblib==1.3.2
kiwisolver==1.3.1
lazy-object-proxy==1.7.1
matplotlib==3.3.4
mccabe==0.6.1
mypy==0.941
mypy-extensions==0.4.3
netifaces==0.11.0
numpy
packaging==21.3
pathspec==0.9.0
pep8-naming==0.10.0
Pillow==9.5.0
platformdirs==2.4.0
prospector==1.7.7
pycodestyle==2.8.0
pydocstyle==6.1.1
pyflakes==2.4.0
pylama==7.7.1
pylint==2.12.2
pylint-celery==0.3
pylint-django==2.5.3
pylint-flask==0.6
pylint-plugin-utils==0.7
pyparsing==3.0.7
pyroute2==0.6.9
pyroute2.core==0.6.9
pyroute2.ethtool==0.6.9
pyroute2.ipdb==0.6.9
pyroute2.ipset==0.6.9
pyroute2.ndb==0.6.9
pyroute2.nftables==0.6.9
pyroute2.nslink==0.6.9
python-dateutil==2.8.2
PyYAML==6.0
requirements-detector==0.7
scapy==2.5.0
scikit-learn==0.24.2
scipy==1.7.3
setoptconf-tmp==0.3.1
six==1.16.0
snowballstemmer==2.2.0
threadpoolctl==3.1.0
toml==0.10.2
tomli==1.2.3
torch==1.13.1
typing-extensions==4.1.1
wrapt==1.13.3

0 comments on commit a08bdbe

Please sign in to comment.