Remove dependency link toward python-entrouvert

It's on pypi now.
This commit is contained in:
Benjamin Dauvergne 2014-09-16 11:03:50 +02:00
parent d550f6da2c
commit 3289f72898
1 changed files with 0 additions and 3 deletions

View File

@ -125,9 +125,6 @@ setup(name="portail-citoyen2",
'django-allauth',
'django-admin-tools',
],
dependency_links = [
'git+git://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-9999.0',
],
cmdclass={
'build': build,
'install_lib': install_lib,