Skip to content

Commit

Permalink
Downgrading django version requirement (as we now test on 1.8 upwards)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Charnock committed Sep 13, 2016
1 parent aa837d0 commit 6c65460
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 @@ -15,7 +15,7 @@
description='Double entry book keeping in Django',
long_description=open('README.rst').read() if exists("README.rst") else "",
install_requires=[
'django>=1.10',
'django>=1.8',
'django-mptt>=0.8',
'django-model-utils>=2.5.0',
'dj-database-url>=0.4.1',
Expand Down

0 comments on commit 6c65460

Please sign in to comment.