Skip to content

Commit

Permalink
Update django requirement from ==1.11.* to ==2.2.*
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@1.11...2.2.7)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 25, 2019
1 parent 18652d7 commit de9f3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ django-modeltranslation==0.14
django-shapes==0.2.0
django-tinymce==2.8.0
django-weasyprint==0.5.4
django==1.11.26
django==2.2.7
djangorestframework-gis==0.14
djangorestframework==3.10.3
easy-thumbnails==2.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license='BSD, see LICENSE file.',
install_requires=[
'BeautifulSoup4',
'Django<2',
'Django<3',
# 'GDAL', # Depends on installed libgdal version
'gpxpy',
'django-appypod',
Expand Down

0 comments on commit de9f3fc

Please sign in to comment.