Skip to content

Commit c33038a

Browse files
committed
Add Django >= 1.5 requirement
1 parent eb59753 commit c33038a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
url='http://www.cschwede.com/',
1818
author='Christian Schwede',
1919
author_email='[email protected]',
20-
install_requires=['django', 'python-swiftclient'],
20+
install_requires=['django>=1.5', 'python-swiftclient'],
2121
classifiers=[
2222
'Environment :: Web Environment',
2323
'Framework :: Django',

0 commit comments

Comments
 (0)