Skip to content

Commit

Permalink
[Dependencies] Align setup.cfg to requirements.txt (#10019) (#10021)
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Fabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
github-actions[bot] and afabiani authored Sep 13, 2022
1 parent 17cac2e commit 9cf049e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install_requires =
tqdm==4.64.1
Deprecated==1.2.13
wrapt==1.14.1
jsonschema==4.15.0
jsonschema==4.16.0
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.1.1
Expand All @@ -72,15 +72,15 @@ install_requires =
django-uuid-upload-path==1.0.0
django-widget-tweaks==1.4.12
django-sequences==2.7
oauthlib==3.2.0
oauthlib==3.2.1
pyopenssl==22.0.0
pyjwt==2.4.0

# geopython dependencies
pyproj<3.3.0
pyproj<3.5.0
OWSLib==0.27.2
pycsw==2.6.1
SQLAlchemy==1.4.40 # required by PyCSW
SQLAlchemy==1.4.41 # required by PyCSW
Shapely==1.8.4
mercantile==1.2.1
geoip2==4.6.0
Expand All @@ -91,7 +91,7 @@ install_requires =
# Django Apps
dj-database-url==1.0.0
dj-pagination==2.5.0
django-select2==7.10.0
django-select2==7.10.1
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.5.1
Expand Down Expand Up @@ -132,10 +132,10 @@ install_requires =

# storage manager dependencies
django-storages==1.13.1
dropbox==11.33.0
dropbox==11.34.0
google-cloud-storage==2.5.0
google-cloud-core==2.3.2
boto3==1.24.66
boto3==1.24.70

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -167,7 +167,7 @@ install_requires =
# production
uWSGI==2.0.20
gunicorn==20.1.0
ipython==8.4.0
ipython==8.5.0
docker==6.0.0
invoke==1.7.1

Expand All @@ -178,11 +178,11 @@ install_requires =
pytest==7.1.3
pytest-bdd==6.0.1
splinter==0.18.1
pytest-splinter==3.3.1
pytest-splinter==3.3.2
pytest-django==4.5.2
setuptools>=59.1.1,<65.4.0
pip==22.2.2
Twisted==22.4.0
Twisted==22.8.0
pixelmatch==0.3.0
factory-boy==3.2.1
flaky==3.7.0
Expand Down

0 comments on commit 9cf049e

Please sign in to comment.