Remove dependency_link stuff

This commit is contained in:
Matt Robenolt 2014-04-14 23:43:35 -07:00
parent 669f3b7cab
commit 68dff98d98
1 changed files with 1 additions and 4 deletions

View File

@ -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={