diff --git a/setup.py b/setup.py index 2f17ba042..e8f394ffb 100755 --- a/setup.py +++ b/setup.py @@ -138,9 +138,6 @@ setup(name="authentic2", "Programming Language :: Python", "Topic :: System :: Systems Administration :: Authentication/Directory", ], - dependency_links = [ - 'https://bitbucket.org/bdauvergne/django-registration-1.5/get/tip.tar.gz#egg=django-registration-0.8.0final', - ], cmdclass={'build': build, 'install_lib': install_lib, 'compile_translations': compile_translations, 'sdist': eo_sdist},