We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795f005 + 72e1b7c commit c95f9cfCopy full SHA for c95f9cf
setup.py
@@ -11,7 +11,7 @@
11
url="https://github.com/ccnmtl/django-smoketest",
12
description="Django smoketest framework",
13
long_description=open(os.path.join(ROOT, 'README.md')).read(),
14
- install_requires=['Django>=1.6', 'nose'],
+ install_requires=['Django>=1.8', 'nose'],
15
scripts=[],
16
license="BSD",
17
platforms=["any"],
0 commit comments