Skip to content

Commit 54f8cb4

Browse files
committed
Fix requirements to django <1.8
1 parent bdf73ad commit 54f8cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*parts):
2424

2525

2626
install_requires = [
27-
'Django>=1.4,<1.7',
27+
'Django>=1.4,<1.8',
2828
'Babel>=1.3',
2929
]
3030

0 commit comments

Comments
 (0)