Skip to content

Commit

Permalink
update python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
azhavoro committed May 19, 2023
1 parent 6a9208f commit f5e96b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
9 changes: 3 additions & 6 deletions cvat/requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
attrs==21.4.0
click==8.1.3
Django~=4.2.1
django-appconf==1.0.5
django-auth-ldap==2.2.0
django-compressor==4.3.1
# dj-rest-auth[with_social] includes django-allauth but with version range: >=0.40.0,<0.53.0
Expand All @@ -20,24 +19,22 @@ numpy==1.22.0
python-ldap==3.4.3
pytz==2020.1
pyunpack==0.2.1
rcssmin==1.1.1
redis==4.5.4
rjsmin==1.2.1
requests==2.26.0
rq==1.5.2
rq-scheduler==0.10.0
sqlparse==0.4.2
django-sendfile2==0.7.0
dj-pagination==2.5.0
python-logstash-async==2.5.0
rules==3.3
rules>=3.3
GitPython==3.1.30
coreapi==2.3.3
django-filter==2.4.0
Markdown==3.2.2
djangorestframework==3.14.0
djangorestframework~=3.14.0
Pygments==2.7.4
drf-spectacular==0.26.2
drf-spectacular>=0.26.2
Shapely==1.7.1
pdf2image==1.14.0
opencv-python-headless==4.5.5.62
Expand Down
25 changes: 10 additions & 15 deletions cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:c315b7d8364d1bf925892d04f33c179f063005da
# SHA1:53feeaa402abed516aad4a640244c5fd1bff765a
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -100,9 +100,7 @@ django-allauth==0.52.0
# -r cvat/requirements/base.in
# dj-rest-auth
django-appconf==1.0.5
# via
# -r cvat/requirements/base.in
# django-compressor
# via django-compressor
django-auth-ldap==2.2.0
# via -r cvat/requirements/base.in
django-compressor==4.3.1
Expand Down Expand Up @@ -134,9 +132,9 @@ easyprocess==0.3
# pyunpack
entrypoint2==1.1
# via pyunpack
flatbuffers==23.5.8
flatbuffers==23.5.9
# via tensorflow
fonttools==4.39.3
fonttools==4.39.4
# via matplotlib
furl==2.1.0
# via -r cvat/requirements/base.in
Expand All @@ -150,7 +148,7 @@ google-api-core==2.11.0
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.17.3
google-auth==2.18.1
# via
# google-api-core
# google-auth-oauthlib
Expand All @@ -171,7 +169,7 @@ google-resumable-media==2.5.0
# via google-cloud-storage
googleapis-common-protos==1.59.0
# via google-api-core
grpcio==1.54.0
grpcio==1.54.2
# via
# tensorboard
# tensorflow
Expand Down Expand Up @@ -204,7 +202,7 @@ kiwisolver==1.4.4
# via matplotlib
libclang==16.0.0
# via tensorflow
limits==3.4.0
limits==3.5.0
# via python-logstash-async
lxml==4.9.2
# via datumaro
Expand Down Expand Up @@ -312,9 +310,7 @@ pyyaml==6.0
# datumaro
# drf-spectacular
rcssmin==1.1.1
# via
# -r cvat/requirements/base.in
# django-compressor
# via django-compressor
redis==4.5.4
# via
# -r cvat/requirements/base.in
Expand All @@ -339,9 +335,7 @@ requests-oauthlib==1.3.1
# google-auth-oauthlib
# msrest
rjsmin==1.2.1
# via
# -r cvat/requirements/base.in
# django-compressor
# via django-compressor
rq==1.5.2
# via
# -r cvat/requirements/base.in
Expand Down Expand Up @@ -413,6 +407,7 @@ urllib3==1.26.15
# -r cvat/requirements/base.in
# botocore
# clickhouse-connect
# google-auth
# requests
werkzeug==2.3.4
# via tensorboard
Expand Down
4 changes: 2 additions & 2 deletions cvat/requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
platformdirs==3.5.0
platformdirs==3.5.1
# via pylint
pycodestyle==2.10.0
# via autopep8
Expand All @@ -51,7 +51,7 @@ tomli==2.0.1
# pylint
tomlkit==0.11.8
# via pylint
tornado==6.3.1
tornado==6.3.2
# via snakeviz

# The following packages are considered to be unsafe in a requirements file:

0 comments on commit f5e96b1

Please sign in to comment.