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

Sort requirements .in files to make them easier to navigate #6748

Merged
merged 1 commit into from
Sep 8, 2023
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
70 changes: 37 additions & 33 deletions cvat/requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,53 +1,57 @@
-r ../../utils/dataset_manifest/requirements.in

attrs==21.4.0
Django~=4.2.1
django-auth-ldap==2.2.0
django-compressor==4.3.1
av==9.2.0
azure-storage-blob==12.13.0
boto3==1.17.61
clickhouse-connect==0.6.8
coreapi==2.3.3
datumaro @ git+https://github.com/cvat-ai/datumaro.git@ff83c00c2c1bc4b8fdfcc55067fcab0a9b5b6b11
dj-pagination==2.5.0
dj-rest-auth[with_social]==2.2.7

# dj-rest-auth[with_social] includes django-allauth but with version range: >=0.40.0,<0.53.0
# This does not suit us in the case when one of the previous allauth version was installed.
# Despite direct indication allauth in requirements we should keep 'with_social' for dj-rest-auth
# to avoid possible further versions conflicts (we use registration functionality)
# https://dj-rest-auth.readthedocs.io/en/latest/installation.html#registration-optional
django-allauth>=0.52.0
dj-rest-auth[with_social]==2.2.7

django-auth-ldap==2.2.0
django-compressor==4.3.1
django-cors-headers==3.5.0
django-crum==0.7.9
django-filter==2.4.0
django-health-check==3.17.0
django-rq==2.3.2
Pillow==9.3.0
django-sendfile2==0.7.0
Django~=4.2.1
djangorestframework~=3.14.0
dnspython==2.2.0
drf-spectacular>=0.26.2
furl==2.1.0
GitPython~=3.1
google-cloud-storage==1.42.0
natsort==8.0.0
numpy==1.22.0
opencv-python-headless==4.5.5.62

# The package is used by pyunpack as a command line tool to support multiple
# archives. Don't use as a python module because it has GPL license.
patool==1.12

pdf2image==1.14.0
Pillow==9.3.0
psutil==5.9.4
psycopg2-binary==2.9.5
python-ldap==3.4.3
python-logstash-async==2.5.0
pytz==2020.1
pyunpack==0.2.1
redis==4.5.4
requests~=2.26
rq==1.5.2
rq-scheduler==0.10.0
django-sendfile2==0.7.0
dj-pagination==2.5.0
python-logstash-async==2.5.0
rq==1.5.2
rules>=3.3
GitPython~=3.1
coreapi==2.3.3
django-filter==2.4.0
djangorestframework~=3.14.0
drf-spectacular>=0.26.2
Shapely==1.7.1
pdf2image==1.14.0
opencv-python-headless==4.5.5.62
django-cors-headers==3.5.0
furl==2.1.0
av==9.2.0
tensorflow==2.11.1 # Optional requirement of Datumaro. Use tensorflow-macos==2.8.0 for Mac M1
# The package is used by pyunpack as a command line tool to support multiple
# archives. Don't use as a python module because it has GPL license.
patool==1.12
boto3==1.17.61
azure-storage-blob==12.13.0
google-cloud-storage==1.42.0
git+https://github.com/cvat-ai/datumaro.git@ff83c00c2c1bc4b8fdfcc55067fcab0a9b5b6b11
natsort==8.0.0
dnspython==2.2.0
django-health-check==3.17.0
psutil==5.9.4
clickhouse-connect==0.6.8
django-crum==0.7.9
psycopg2-binary==2.9.5
2 changes: 1 addition & 1 deletion cvat/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:39ecb07f2a59817ea1c9492587f393bdaadb4468
# SHA1:b4a177c55f0172c771a0139f2b9708842a312a65
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down
8 changes: 4 additions & 4 deletions cvat/requirements/development.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-r base.in

pylint==2.14.5
black==23.3.0
django-extensions==3.0.8
django-silk==5.0.3
pylint-django==2.5.3
pylint-plugin-utils==0.7
pylint==2.14.5
rope==0.17.0
django-extensions==3.0.8
snakeviz==2.1.0
django-silk==5.0.3
black==23.3.0
7 changes: 5 additions & 2 deletions cvat/requirements/production.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
-r base.in
uvicorn[standard]==0.22.0
coverage==7.2.3 # to collect the coverage for REST API tests.

# To collect the coverage for REST API tests.
# It will be enabled only if COVERAGE_PROCESS_START env is defined.
coverage==7.2.3

uvicorn[standard]==0.22.0
3 changes: 2 additions & 1 deletion cvat/requirements/testing.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r development.in
fakeredis==2.10.3

coverage==7.2.3
fakeredis==2.10.3
2 changes: 1 addition & 1 deletion utils/dataset_manifest/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
av==9.2.0 # Pinned for the whole CVAT
natsort>=8.0.0
opencv-python-headless>=4.4.0.42
Pillow==9.3.0
tqdm>=4.58.0
natsort>=8.0.0