Skip to content

Commit

Permalink
[Dependencies] Align "setup.cfg" to the "requirements.txt" file
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jul 2, 2021
1 parent 62157e3 commit 701e68a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ install_requires =
httplib2<0.19.2
hyperlink==21.0.0
idna>=2.5,<2.11
urllib3==1.26.5
urllib3==1.26.6
Paver==1.3.4
python-slugify==5.0.2
decorator==5.0.9
celery==5.1.1
kombu==5.1.0
vine==5.0.0
boto3==1.17.92
boto3==1.17.97
tqdm==4.61.1
Deprecated==1.2.12
wrapt==1.12.1
Expand Down Expand Up @@ -74,11 +74,11 @@ install_requires =
pyproj==3.1.0
OWSLib==0.24.1
pycsw==2.6.0
SQLAlchemy==1.4.18 # required by PyCSW
SQLAlchemy==1.4.20 # required by PyCSW
Shapely==1.7.1
mercantile==1.2.1
geoip2==4.2.0
numpy==1.19.*
numpy==1.21.*

# # Apps with packages provided in GeoNode's PPA on Launchpad.

Expand Down Expand Up @@ -152,7 +152,7 @@ install_requires =
# production
uWSGI==2.0.19.1
gunicorn==20.1.0
ipython==7.24.1
ipython==7.25.0
docker==4.4.4
invoke==1.5.0

Expand All @@ -166,7 +166,7 @@ install_requires =
pytest-splinter==3.3.1
pytest-django==4.4.0
setuptools==57.0.0
pip==21.1.2
pip==21.1.3
Twisted==21.2.0
pixelmatch==0.2.3
factory-boy==3.2.0
Expand Down

0 comments on commit 701e68a

Please sign in to comment.