Skip to content

Commit

Permalink
[Dependencies] align setup.cfg to requirements.txt (#9900)
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Aug 24, 2022
1 parent 3b7f1a6 commit 3068872
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions setup.cfg
Expand Up @@ -46,11 +46,11 @@ install_requires =
tqdm==4.64.0
Deprecated==1.2.13
wrapt==1.14.1
jsonschema==4.9.0
jsonschema==4.14.0
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.2.0
smart_open==6.0.0
smart_open==6.1.0

# Django Apps
django-allauth==0.51.0
Expand Down Expand Up @@ -79,8 +79,8 @@ install_requires =
pyproj<3.3.0
OWSLib==0.26.0
pycsw==2.6.1
SQLAlchemy==1.4.39 # required by PyCSW
Shapely==1.8.2
SQLAlchemy==1.4.40 # required by PyCSW
Shapely==1.8.4
mercantile==1.2.1
geoip2==4.6.0
numpy==1.23.*
Expand All @@ -102,7 +102,7 @@ install_requires =
djangorestframework-gis==1.0
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
drf-writable-nested==0.6.4
drf-writable-nested==0.7.0
drf-spectacular==0.23.1
dynamic-rest==2.1.2
Markdown==3.4.1
Expand All @@ -118,7 +118,7 @@ install_requires =
geonode-announcements==2.0.2
geonode-django-activity-stream==0.10.0
gn-arcrest==10.5.5
geoserver-restconfig==2.0.7
geoserver-restconfig==2.0.8
gn-gsimporter==2.0.4
gisdata==0.5.4

Expand All @@ -127,14 +127,14 @@ install_requires =
elasticsearch>=2.0.0,<9.0.0

# datetimepicker widget
django-bootstrap3-datetimepicker-2==2.8.2
django-bootstrap3-datetimepicker-2==2.8.3

# storage manager dependencies
django-storages==1.12.3
django-storages==1.13.1
dropbox==11.33.0
google-cloud-storage==2.4.0
google-cloud-storage==2.5.0
google-cloud-core==2.3.2
boto3==1.24.42
boto3==1.24.56

# Django Caches
python-memcached<=1.59
Expand All @@ -147,10 +147,10 @@ install_requires =
jdcal==1.4.1
mock<5.0.0
python-dateutil==2.8.2
pytz==2022.1
pytz==2022.2.1
requests==2.28.1
timeout-decorator==0.5.0
pylibmc==1.6.1
pylibmc==1.6.2
sherlock==0.3.2

# required by monitoring
Expand All @@ -167,20 +167,20 @@ install_requires =
uWSGI==2.0.20
gunicorn==20.1.0
ipython==8.4.0
docker==5.0.3
docker==6.0.0
invoke==1.7.1

# tests
coverage==6.4.2
coverage==6.4.4
requests-toolbelt==0.9.1
flake8==5.0.1
flake8==5.0.4
pytest==7.1.2
pytest-bdd==6.0.1
splinter==0.18.1
pytest-splinter==3.3.1
pytest-django==4.5.2
setuptools>=59.1.1,<63.3.0
pip==22.2.1
setuptools>=59.1.1,<65.3.0
pip==22.2.2
Twisted==22.4.0
pixelmatch==0.3.0
factory-boy==3.2.1
Expand Down

0 comments on commit 3068872

Please sign in to comment.