Skip to content

Commit f488174

Browse files
committed
fix requirements in setup.py
1 parent 61c6e12 commit f488174

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949
platforms=['OS Independent'],
5050

5151
install_requires=[
52-
'setuptools',
53-
'django>=1.5',
52+
'django>=1.7',
5453
],
5554

5655
include_package_data=True,

0 commit comments

Comments
 (0)