Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependencies] Align setup.cfg to requirements.txt #10284

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -136,7 +136,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 @@ -169,20 +169,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 @@ -193,7 +193,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