Skip to content

Commit

Permalink
Add Django >= 1.5 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwede committed Sep 18, 2013
1 parent eb59753 commit c33038a
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 @@ -17,7 +17,7 @@
url='http://www.cschwede.com/',
author='Christian Schwede',
author_email='info@cschwede.de',
install_requires=['django', 'python-swiftclient'],
install_requires=['django>=1.5', 'python-swiftclient'],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
Expand Down

0 comments on commit c33038a

Please sign in to comment.