diff --git a/AUTHORS.txt b/AUTHORS.txt index 6e29dcf..ccb7bc9 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -14,3 +14,4 @@ Jens Alm Eric Hennings Michael Hobbs Sameer Al-Sakran +Kyle Gibson diff --git a/setup.py b/setup.py index abd18fc..bd18a83 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( license="BSD License", packages=["djrill"], zip_safe=False, - install_requires=["requests", "django>=1.3"], + install_requires=["requests>=1.0.0", "django>=1.3"], include_package_data=True, test_suite="runtests.runtests", tests_require=["mock"],