Commit ad6d5a6f6c7f0073fba96eefb7bce2b7af2fb026
1 parent
4412bb99
Indicate that this requires Django 1.5+
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -36,5 +36,5 @@ setup( | @@ -36,5 +36,5 @@ setup( | ||
| 36 | packages=find_packages(exclude=['tests']), | 36 | packages=find_packages(exclude=['tests']), |
| 37 | include_package_data=True, | 37 | include_package_data=True, |
| 38 | test_suite='tests.runtests.main', | 38 | test_suite='tests.runtests.main', |
| 39 | + install_requires=['Django>=1.5'] | ||
| 39 | ) | 40 | ) |
| 40 | - |
Please
register
or
login
to post a comment