diff --git a/setup.py b/setup.py index 44cfb19c..17ea88aa 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ tests_require = [ 'pytz', 'pytest', 'pytest-cov>=1.4', - 'pytest-django==DEV', + 'pytest-django', 'python-coveralls', 'tornado', 'webob', @@ -107,9 +107,6 @@ setup( }, license='BSD', tests_require=tests_require, - dependency_links=[ - 'https://github.com/pelme/pytest_django/archive/21327e1b1f254dcec2e870114719ea279b479506.zip#egg=pytest-django-DEV', - ], cmdclass={'test': PyTest}, include_package_data=True, entry_points={