Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 6ef71e3

Browse files
committed
Update setup to require Django 1.8+
1 parent 65ed189 commit 6ef71e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
include_package_data=True,
1616
zip_safe=False,
1717
install_requires=[
18-
"django >= 1.10",
18+
"django >= 1.8",
1919
"boto3 >= 1.1",
2020
"South >= 0.8",
2121
],

0 commit comments

Comments
 (0)