diff --git a/setup.py b/setup.py index a6f20396c..655ff40cf 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ def read(fname): url='http://pytest-django.readthedocs.org/', packages=['pytest_django'], long_description=read('README.rst'), + install_requires=['pytest>=2.2.4', 'django>=1.3'], classifiers=['Development Status :: 5 - Production/Stable', 'Framework :: Django', 'Intended Audience :: Developers',