Skip to content

Commit

Permalink
[Dependencies] Align setup.cfg with requirements.txt (#10038) (#10044)
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 committed Sep 21, 2022
1 parent 9739f78 commit 0330a90
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 @@ -35,7 +35,7 @@ install_requires =
beautifulsoup4==4.11.1
httplib2<0.20.5
hyperlink==21.0.0
idna>=2.5,<2.11
idna>=2.5,<3.5
urllib3==1.26.12
Paver==1.3.4
python-slugify==6.1.2
Expand All @@ -50,7 +50,7 @@ install_requires =
zipstream-new==1.1.8
schema==0.7.5
rdflib==6.1.1
smart_open==6.1.0
smart_open==6.2.0

# Django Apps
django-allauth==0.51.0
Expand All @@ -74,7 +74,7 @@ install_requires =
django-sequences==2.7
oauthlib==3.2.1
pyopenssl==22.0.0
pyjwt==2.4.0
pyjwt==2.5.0

# geopython dependencies
pyproj<3.5.0
Expand Down Expand Up @@ -104,7 +104,7 @@ install_requires =
djangorestframework-guardian==0.3.0
drf-extensions==0.7.1
drf-writable-nested==0.7.0
drf-spectacular==0.23.1
drf-spectacular==0.24.0
dynamic-rest==2.1.2
Markdown==3.4.1

Expand Down Expand Up @@ -136,7 +136,7 @@ install_requires =
dropbox==11.34.0
google-cloud-storage==2.5.0
google-cloud-core==2.3.2
boto3==1.24.70
boto3==1.24.75

# Django Caches
python-memcached<=1.59
Expand Down

0 comments on commit 0330a90

Please sign in to comment.