From 610ab25b6514df84b43287e6903af99210e1b859 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Thu, 28 Sep 2017 21:46:18 +0200 Subject: [PATCH] Again dependency links. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1442b78..6c8f4f7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,10 @@ setup( install_requires=[ # 'Django<2', 'python-dateutil', - # 'git+https://projects.c--y.net/erik/django-shared-utils.git#egg=django-shared-utils' + 'django-shared-utils', + ], + dependency_links=[ + 'git+ssh://gogs@projects.c--y.net/erik/django-shared-utils.git#egg=django-shared-utils', ], classifiers=[ # 'Development Status :: 4 - Beta',