mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Require Django>=1.3
Djrill is known not to work on Django 1.2. (You could probably backport it without too much difficulty, but you would also run into requests compatibility issues.)
This commit is contained in:
2
setup.py
2
setup.py
@@ -29,7 +29,7 @@ setup(
|
|||||||
license="BSD License",
|
license="BSD License",
|
||||||
packages=["djrill"],
|
packages=["djrill"],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=["requests", "django"],
|
install_requires=["requests", "django>=1.3"],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
test_suite="runtests.runtests",
|
test_suite="runtests.runtests",
|
||||||
tests_require=["mock"],
|
tests_require=["mock"],
|
||||||
|
|||||||
Reference in New Issue
Block a user