Skip to content

Commit

Permalink
[Dependencies] Align setup.cfg to requirements.txt (#10124) (#10128)
Browse files Browse the repository at this point in the history
(cherry picked from commit e66dd98)

# Conflicts:
#	requirements.txt
  • Loading branch information
afabiani committed Oct 10, 2022
1 parent 049718b commit 0773bb9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# native dependencies
Pillow==9.1.1
lxml==4.9.1
psycopg2==2.9.3
psycopg2==2.9.4
Django==3.2.16

# Other
Expand Down Expand Up @@ -148,7 +148,7 @@ invoke==1.7.3

# tests
coverage==6.5.0
requests-toolbelt==0.9.1
requests-toolbelt==0.10.0
flake8==5.0.4
pytest==7.1.3
pytest-bdd==6.0.1
Expand All @@ -166,6 +166,7 @@ selenium-requests==2.0.0
webdriver_manager==3.8.3

# Security and audit
mistune==2.0.3
protobuf==4.21.7
mistune==2.0.4
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 @@ -136,7 +136,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 @@ -149,11 +149,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 @@ -170,11 +170,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 @@ -192,8 +192,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

0 comments on commit 0773bb9

Please sign in to comment.