Skip to content

Commit 72e1b7c

Browse files
authored
update minimum django version
1 parent 795f005 commit 72e1b7c

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
@@ -11,7 +11,7 @@
1111
url="https://github.com/ccnmtl/django-smoketest",
1212
description="Django smoketest framework",
1313
long_description=open(os.path.join(ROOT, 'README.md')).read(),
14-
install_requires=['Django>=1.6', 'nose'],
14+
install_requires=['Django>=1.8', 'nose'],
1515
scripts=[],
1616
license="BSD",
1717
platforms=["any"],

0 commit comments

Comments
 (0)