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

[Dependencies] Align setup.cfg to requirements.txt #10124

Merged
merged 1 commit into from
Oct 10, 2022
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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@ webdriver_manager==3.8.3

# Security and audit
mistune==2.0.4
protobuf==4.21.7
wandb==0.12.17
protobuf==3.20.3
mako==1.2.3
27 changes: 14 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ install_requires =
# native dependencies
Pillow==9.1.1
lxml==4.9.1
psycopg2==2.9.3
Django==3.2.15
psycopg2==2.9.4
Django==3.2.16

# Other
amqp==5.1.1
Expand Down Expand Up @@ -60,7 +60,7 @@ install_requires =
django-imagekit==4.1.0
django-taggit==1.5.1
django-markdownify==0.9.2
django-mptt==0.13.4
django-mptt==0.14.0
django-modeltranslation>=0.11,<0.19.0
django-treebeard==4.5.1
django-guardian<2.4.1
Expand Down Expand Up @@ -95,7 +95,7 @@ install_requires =
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.5.1
django-invitations<1.9.4
django-invitations<2.0.1
django-recaptcha==3.0.0

# REST
Expand All @@ -104,7 +104,7 @@ install_requires =
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
drf-writable-nested==0.7.0
drf-spectacular==0.24.1
drf-spectacular==0.24.2
dynamic-rest==2.1.2
Markdown==3.4.1

Expand Down Expand Up @@ -135,7 +135,7 @@ install_requires =
dropbox==11.34.0
google-cloud-storage==2.5.0
google-cloud-core==2.3.2
boto3==1.24.80
boto3==1.24.87

# Django Caches
python-memcached<=1.59
Expand All @@ -148,11 +148,11 @@ install_requires =
jdcal==1.4.1
mock<5.0.0
python-dateutil==2.8.2
pytz==2022.2.1
pytz==2022.4
requests==2.28.1
timeout-decorator==0.5.0
pylibmc==1.6.3
sherlock==0.3.2
sherlock==0.4.0

# required by monitoring
psutil==5.9.2
Expand All @@ -169,11 +169,11 @@ install_requires =
gunicorn==20.1.0
ipython==8.5.0
docker==6.0.0
invoke==1.7.1
invoke==1.7.3

# tests
coverage==6.4.4
requests-toolbelt==0.9.1
coverage==6.5.0
requests-toolbelt==0.10.0
flake8==5.0.4
pytest==7.1.3
pytest-bdd==6.0.1
Expand All @@ -191,8 +191,9 @@ install_requires =
webdriver_manager==3.8.3

# Security and audit
mistune==2.0.3
protobuf==4.21.6
mistune==2.0.4
wandb==0.12.17
protobuf==3.20.3
mako==1.2.3

[options.packages.find]
Expand Down