Skip to content

Commit

Permalink
[Dependencies] Align setup.cfg to requirements.txt (#10417) (#10419)
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 Dec 14, 2022
1 parent 485b6bb commit 4c72d3e
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 @@ -81,7 +81,7 @@ install_requires =
pyproj<3.5.0
OWSLib==0.27.2
pycsw==2.6.1
SQLAlchemy==1.4.44 # required by PyCSW
SQLAlchemy==1.4.45 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
geoip2==4.6.0
Expand Down Expand Up @@ -135,9 +135,9 @@ install_requires =
# storage manager dependencies
django-storages==1.13.1
dropbox==11.36.0
google-cloud-storage==2.6.0
google-cloud-storage==2.7.0
google-cloud-core==2.3.2
boto3==1.26.26
boto3==1.26.28

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -189,12 +189,12 @@ install_requires =
factory-boy==3.2.1
flaky==3.7.0
selenium>=4.1.0,<5.0.0
selenium-requests==2.0.1
selenium-requests==2.0.2
webdriver_manager==3.8.5

# Security and audit
mistune==2.0.4
wandb==0.13.5
wandb==0.13.6
protobuf==3.20.3
mako==1.2.4

Expand Down

0 comments on commit 4c72d3e

Please sign in to comment.