mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Refs #64. Pegged requests to at least 1.0.0
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>=1.3"],
|
install_requires=["requests=>1.0.0", "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