Skip to content

Commit

Permalink
[Dependencies] Aligning setup.cfg to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 25, 2021
1 parent b6f43c5 commit 040abed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
tqdm==4.62.3
Deprecated==1.2.13
wrapt==1.13.2
jsonschema==4.1.0
jsonschema==4.1.2

# Django Apps
django-allauth==0.45.0
Expand All @@ -66,7 +66,7 @@ install_requires =
django-tinymce==3.3.0
django-grappelli==2.15.3
django-uuid-upload-path==1.0.0
django-widget-tweaks==1.4.8
django-widget-tweaks==1.4.9
django-sequences==2.6
oauthlib==3.1.1
pyopenssl==21.0.0
Expand All @@ -75,7 +75,7 @@ install_requires =
pyproj==3.2.1
OWSLib==0.25.0
pycsw==2.6.1
SQLAlchemy==1.4.25 # required by PyCSW
SQLAlchemy==1.4.26 # required by PyCSW
Shapely==1.7.1
mercantile==1.2.1
geoip2==4.4.0
Expand Down Expand Up @@ -127,10 +127,10 @@ install_requires =

# storage manager dependencies
django-storages==1.12.2
dropbox==11.21.0
dropbox==11.22.0
google-cloud-storage==1.42.3
google-cloud-core==2.1.0
boto3==1.18.64
boto3==1.19.2

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -173,8 +173,8 @@ install_requires =
splinter==0.16.0
pytest-splinter==3.3.1
pytest-django==4.4.0
setuptools==58.2.0
pip==21.3
setuptools==58.3.0
pip==21.3.1
Twisted==21.7.0
pixelmatch==0.2.3
factory-boy==3.2.0
Expand Down

0 comments on commit 040abed

Please sign in to comment.