Skip to content

Commit

Permalink
[dependencies] Align "setup.cfg" to the "requirements.txt" file (#9967)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani authored Sep 6, 2022
1 parent 9556e96 commit 6e17536
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ install_requires =
celery==5.2.7
kombu==5.2.4
vine==5.0.0
tqdm==4.64.0
tqdm==4.64.1
Deprecated==1.2.13
wrapt==1.14.1
jsonschema==4.14.0
jsonschema==4.15.0
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.1.1
Expand Down Expand Up @@ -134,7 +134,7 @@ install_requires =
dropbox==11.33.0
google-cloud-storage==2.5.0
google-cloud-core==2.3.2
boto3==1.24.61
boto3==1.24.66

# Django Caches
python-memcached<=1.59
Expand All @@ -150,11 +150,11 @@ install_requires =
pytz==2022.2.1
requests==2.28.1
timeout-decorator==0.5.0
pylibmc==1.6.2
pylibmc==1.6.3
sherlock==0.3.2

# required by monitoring
psutil==5.9.1
psutil==5.9.2
django-cors-headers==3.13.0
user-agents
django-user-agents
Expand All @@ -174,7 +174,7 @@ install_requires =
coverage==6.4.4
requests-toolbelt==0.9.1
flake8==5.0.4
pytest==7.1.2
pytest==7.1.3
pytest-bdd==6.0.1
splinter==0.18.1
pytest-splinter==3.3.1
Expand Down

0 comments on commit 6e17536

Please sign in to comment.