Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync requirements.in with requirements.txt, and update dependencies #293

Merged
merged 1 commit into from
Jan 17, 2024
Merged
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
9 changes: 5 additions & 4 deletions backend/docker/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Django
django-allauth
django-configurations
django-extensions
django-rest-auth
dj-rest-auth
django-celery-results
django-postgres-stats
django-formtools
Expand All @@ -13,11 +13,12 @@ django-webpack-loader
djangorestframework-jwt
openpyxl
pandas
Pillow
pyodbc
redis==3.5.3
redis
requests
scikit-learn==0.24.1
sentence_transformers==2.1.0
scikit-learn
sentence_transformers
statsmodels
sqlalchemy
xlrd
Expand Down
67 changes: 39 additions & 28 deletions backend/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile docker/requirements.in
#
amqp==5.1.1
# via kombu
asgiref==3.6.0
# via django
attrs==21.2.0
# via pytest
async-timeout==4.0.3
# via redis
backports-entry-points-selectable==1.1.1
# via virtualenv
backports-zoneinfo==0.2.1
# via django
billiard==3.6.4.0
# via celery
black==21.11b1
# via -r docker/requirements.in
build==1.0.3
# via pip-tools
celery==5.2.7
# via
# -r docker/requirements.in
Expand Down Expand Up @@ -58,15 +62,18 @@ defusedxml==0.7.1
# via python3-openid
distlib==0.3.3
# via virtualenv
dj-rest-auth==3.0.0
# via -r docker/requirements.in
django==4.2
# via
# -r docker/requirements.in
# dj-rest-auth
# django-allauth
# django-celery-results
# django-configurations
# django-extensions
# django-formtools
# django-postgres-stats
# django-rest-auth
# djangorestframework
django-allauth==0.54.0
# via -r docker/requirements.in
Expand All @@ -80,22 +87,22 @@ django-formtools==2.4
# via -r docker/requirements.in
django-postgres-stats==1.0.0
# via -r docker/requirements.in
dj-rest-auth==3.0.0
# via -r docker/requirements.in
# django-rest-swagger==2.2.0
django-rest-swagger==2.2.0
# via -r docker/requirements.in
django-webpack-loader==1.8.1
# via -r docker/requirements.in
djangorestframework==3.14.0
# via
# django-rest-auth
# dj-rest-auth
# django-rest-swagger
drf-jwt==1.19.2
djangorestframework-jwt==1.11.0
# via -r docker/requirements.in
docformatter==1.4
# via -r docker/requirements.in
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.0
# via pytest
filelock==3.4.0
# via
# huggingface-hub
Expand All @@ -113,6 +120,8 @@ identify==2.3.6
# via pre-commit
idna==3.3
# via requests
importlib-metadata==7.0.1
# via build
iniconfig==1.1.1
# via pytest
isort==5.10.1
Expand Down Expand Up @@ -156,6 +165,7 @@ openpyxl==3.0.9
# via -r docker/requirements.in
packaging==21.2
# via
# build
# huggingface-hub
# pytest
# transformers
Expand All @@ -167,11 +177,11 @@ pathspec==0.9.0
# via black
patsy==0.5.2
# via statsmodels
pep517==0.12.0
# via pip-tools
pillow==8.4.0
# via torchvision
pip-tools==6.5.1
pillow==10.2.0
# via
# -r docker/requirements.in
# torchvision
pip-tools==7.3.0
# via -r docker/requirements.in
platformdirs==2.4.0
# via
Expand All @@ -185,8 +195,6 @@ prompt-toolkit==3.0.22
# via click-repl
psycopg2==2.9.2
# via django-postgres-stats
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pycparser==2.21
Expand All @@ -197,10 +205,13 @@ pyjwt[crypto]==1.7.1
# via
# django-allauth
# djangorestframework-jwt
# pyjwt
pyodbc==4.0.35
# via -r docker/requirements.in
pyparsing==2.4.7
# via packaging
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
# via pytest-django
pytest-django==4.5.2
Expand All @@ -212,14 +223,14 @@ python3-openid==3.2.0
pytz==2021.3
# via
# celery
# django
# djangorestframework
# pandas
pyyaml==6.0
# via
# huggingface-hub
# pre-commit
# transformers
redis==4.5.4
redis==5.0.1
# via -r docker/requirements.in
regex==2021.11.10
# via
Expand Down Expand Up @@ -248,7 +259,7 @@ scipy==1.9.1
# scikit-learn
# sentence-transformers
# statsmodels
sentence-transformers==2.1.0
sentence-transformers==2.2.0
# via -r docker/requirements.in
sentencepiece==0.1.96
# via sentence-transformers
Expand All @@ -257,7 +268,6 @@ simplejson==3.17.6
six==1.16.0
# via
# click-repl
# django-rest-auth
# patsy
# python-dateutil
# sacremoses
Expand All @@ -271,17 +281,16 @@ statsmodels==0.13.1
threadpoolctl==3.0.0
# via scikit-learn
tokenizers==0.10.3
# via
# sentence-transformers
# transformers
# via transformers
toml==0.10.2
# via
# pre-commit
# pytest
# via pre-commit
tomli==1.2.2
# via
# black
# pep517
# build
# pip-tools
# pyproject-hooks
# pytest
torch==1.10.1
# via
# sentence-transformers
Expand Down Expand Up @@ -321,6 +330,8 @@ wheel==0.37.0
# via pip-tools
xlrd==2.0.1
# via -r docker/requirements.in
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading