Skip to content

Commit

Permalink
[Dependencies] Align "setup.cfg" to "requirements.txt" (#10363)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani authored Nov 28, 2022
1 parent b762af2 commit 477c4bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
httplib2<0.21.1
hyperlink==21.0.0
idna>=2.5,<3.5
urllib3==1.26.12
urllib3==1.26.13
Paver==1.3.4
python-slugify==7.0.0
decorator==5.1.1
Expand All @@ -46,7 +46,7 @@ install_requires =
tqdm==4.64.1
Deprecated==1.2.13
wrapt==1.14.1
jsonschema==4.17.0
jsonschema==4.17.1
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.1.1
Expand All @@ -69,7 +69,7 @@ install_requires =
django-polymorphic==3.1.0
django-tastypie<0.15.0
django-tinymce==3.5.0
django-grappelli==3.0.3
django-grappelli==3.0.4
django-uuid-upload-path==1.0.0
django-widget-tweaks==1.4.12
django-sequences==2.7
Expand Down Expand Up @@ -136,7 +136,7 @@ install_requires =
dropbox==11.36.0
google-cloud-storage==2.6.0
google-cloud-core==2.3.2
boto3==1.26.14
boto3==1.26.17

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -175,7 +175,7 @@ install_requires =
# tests
coverage==6.5.0
requests-toolbelt==0.10.1
flake8==5.0.4
flake8==6.0.0
pytest==7.2.0
pytest-bdd==6.1.1
splinter==0.18.1
Expand Down

0 comments on commit 477c4bb

Please sign in to comment.