Skip to content

Commit

Permalink
Cap Django dependency version at 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancochrane committed Jul 23, 2018
1 parent 5f43e80 commit ec53a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def readme():
packages=find_packages(exclude=['tests']),
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
install_requires=[
'Django >=1.11',
'Django >=1.11, <=2.1',
'djangorestframework >=3.8.0',
'djangorestframework-gis >=0.8.1',
'django-filter >=1.1.0,<2.0.0',
Expand Down

0 comments on commit ec53a69

Please sign in to comment.