From bd68fe25e7725ed1bbe6ea75d7de080bf131f787 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 5 May 2014 17:29:48 +0200 Subject: [PATCH] setup.py: remove dependency link to fork of django-registration --- setup.py | 3 --- 1 file changed, 3 deletions(-) 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},