Skip to content

Commit

Permalink
Bumped requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
krihal committed Sep 4, 2023
1 parent 2adec59 commit b40c391
Showing 1 changed file with 85 additions and 31 deletions.
116 changes: 85 additions & 31 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,72 +1,126 @@
aiofiles==23.1.0
aiohttp==3.8.4
aiofiles==23.2.1
aiohttp==3.8.5
aiosignal==1.3.1
alembic==1.11.1
albumentations==1.3.1
alembic==1.12.0
aniso8601==9.0.1
APScheduler==3.10.1
async-timeout==4.0.2
APScheduler==3.10.4
async-timeout==4.0.3
attrs==23.1.0
autopep8==2.0.4
black==23.7.0
blinker==1.6.2
build==0.10.0
certifi==2023.5.7
build==1.0.0
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.3
cryptography==40.0.2
Flask==2.3.2
charset-normalizer==3.2.0
click==8.1.7
coloredlogs==15.0.1
contourpy==1.1.0
cryptography==41.0.3
cycler==0.11.0
Cython==3.0.2
easydict==1.10
elpy==1.999
filelock==3.12.3
flake8==6.1.0
Flask==2.3.3
Flask-APScheduler==1.12.4
Flask-Cors==3.0.10
Flask-JWT-Extended==4.4.4
Flask-Cors==4.0.0
Flask-JWT-Extended==4.5.2
flask-restx==1.1.0
flatbuffers==23.5.26
flock==0.1
frozenlist==1.3.3
fonttools==4.42.1
frozenlist==1.4.0
humanfriendly==10.0
idna==3.4
importlib-metadata==6.6.0
imageio==2.31.3
importlib-metadata==6.8.0
insightface==0.7.3
itsdangerous==2.1.2
jedi==0.19.0
Jinja2==3.1.2
jsonschema==4.17.3
joblib==1.3.2
jsonschema==4.19.0
jsonschema-specifications==2023.7.1
kiwisolver==1.4.5
lazy_loader==0.3
mac-vendor-lookup==0.1.12
Mako==1.2.4
MarkupSafe==2.1.2
MarkupSafe==2.1.3
matplotlib==3.7.2
mccabe==0.7.0
mpmath==1.3.0
multidict==6.0.4
mypy==1.3.0
mypy==1.5.1
mypy-extensions==1.0.0
netaddr==0.8.0
networkx==3.1
nose==1.3.7
nose2==0.13.0
numpy==1.25.2
onnx==1.14.1
onnxruntime==1.15.1
opencv-python==4.8.0.76
opencv-python-headless==4.8.0.76
packaging==23.1
parso==0.8.3
pathspec==0.11.2
pep517==0.13.0
Pillow==10.0.0
pip-autoremove==0.10.0
pip-review==1.3.0
pip-tools==6.13.0
pip-tools==7.3.0
platformdirs==3.10.0
prettytable==3.8.0
protobuf==4.24.2
psutil==5.9.5
psycopg2==2.9.6
psycopg2-binary==2.9.6
psycopg2==2.9.7
psycopg2-binary==2.9.7
pycodestyle==2.11.0
pycparser==2.21
pycryptodome==3.18.0
PyJWT==2.7.0
pyparsing==3.0.9
pyflakes==3.1.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyparsing==3.1.1
pyproject_hooks==1.0.0
pyrad==2.4
pyrsistent==0.19.3
python-dateutil==2.8.2
python-editor==1.0.4
pytz==2023.3
pytz-deprecation-shim==0.1.0.post0
PyYAML==6.0
redis==4.5.5
PyWavelets==1.4.1
PyYAML==6.0.1
qudida==0.0.4
redis==5.0.0
redislite==6.2.859089
referencing==0.30.2
requests==2.31.0
rpds-py==0.10.0
scikit-image==0.21.0
scikit-learn==1.3.0
scipy==1.11.2
six==1.16.0
SQLAlchemy==2.0.15
SQLAlchemy==2.0.20
sqlalchemy-stubs==0.4
SQLAlchemy-Utils==0.41.1
sympy==1.12
threadpoolctl==3.2.0
tifffile==2023.8.30
tk==0.1.0
tomli==2.0.1
typed-ast==1.5.4
typing_extensions==4.6.2
torch==2.0.1
tqdm==4.66.1
typed-ast==1.5.5
typing_extensions==4.7.1
tzdata==2023.3
tzlocal==5.0.1
urllib3==2.0.2
Werkzeug==2.3.4
urllib3==2.0.4
wcwidth==0.2.6
Werkzeug==2.3.7
yapf==0.40.1
yarl==1.9.2
zipp==3.15.0
zipp==3.16.2

0 comments on commit b40c391

Please sign in to comment.