diff --git a/requirements.txt b/requirements.txt index 3a12c78..7d9352b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django < 1.6 south>=0.8,<0.9 -http://pypi.python.org/packages/source/d/django-jsonresponse/django-jsonresponse-0.5.tar.gz +django-jsonresponse==0.5 diff --git a/setup.py b/setup.py index b792557..d30559d 100755 --- a/setup.py +++ b/setup.py @@ -26,8 +26,6 @@ setup(name='wcsinst', include_package_data = True, install_requires=[ 'django >= 1.5.1, < 1.6', - ], - dependency_links = [ - 'http://pypi.python.org/packages/source/d/django-jsonresponse/django-jsonresponse-0.5.tar.gz', + 'django-jsonresponse==0.5', ], )