Skip to content

Commit

Permalink
[Dependencies] Align setup.cfg to requirements.txt (#10284) (#10286)
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 Nov 9, 2022
1 parent a19c014 commit 40d07f9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.16.0
jsonschema==4.17.0
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.1.1
Expand Down Expand Up @@ -81,7 +81,7 @@ install_requires =
pyproj<3.5.0
OWSLib==0.27.2
pycsw==2.6.1
SQLAlchemy==1.4.42 # required by PyCSW
SQLAlchemy==1.4.43 # required by PyCSW
Shapely==1.8.5.post1
mercantile==1.2.1
geoip2==4.6.0
Expand All @@ -92,7 +92,7 @@ install_requires =
# Django Apps
dj-database-url==1.0.0
dj-pagination==2.5.0
django-select2==7.11.0
django-select2==8.0.0
django-floppyforms<1.10.0
django-forms-bootstrap<=3.1.0
django-autocomplete-light==3.5.1
Expand Down Expand Up @@ -137,7 +137,7 @@ install_requires =
dropbox==11.35.0
google-cloud-storage==2.5.0
google-cloud-core==2.3.2
boto3==1.26.0
boto3==1.26.4

# Django Caches
python-memcached<=1.59
Expand Down Expand Up @@ -170,20 +170,20 @@ install_requires =
uWSGI==2.0.21
gunicorn==20.1.0
ipython==8.6.0
docker==6.0.0
docker==6.0.1
invoke==1.7.3

# tests
coverage==6.5.0
requests-toolbelt==0.10.1
flake8==5.0.4
pytest==7.2.0
pytest-bdd==6.0.1
pytest-bdd==6.1.0
splinter==0.18.1
pytest-splinter==3.3.2
pytest-django==4.5.2
setuptools>=59.1.1,<65.6.0
pip==22.3
pip==22.3.1
Twisted==22.10.0
pixelmatch==0.3.0
factory-boy==3.2.1
Expand All @@ -194,7 +194,7 @@ install_requires =

# Security and audit
mistune==2.0.4
wandb==0.13.4
wandb==0.13.5
protobuf==3.20.3
mako==1.2.3

Expand Down

0 comments on commit 40d07f9

Please sign in to comment.