From 033fc1b824704c661a893b877a34dd21d48a2155 Mon Sep 17 00:00:00 2001 From: laborautonomo Date: Thu, 7 Apr 2016 08:49:29 -0300 Subject: [PATCH] [fix] tests requirements & setup --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47334bc..6ccca6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Django>=1.4.10 django-admin-sortable==1.7.3 django-ckeditor-updated==4.4.0 -django-la-tags==v0.1.0 \ No newline at end of file +-e git+https://github.com/laborautonomo/django-la-tags.git@v0.1.0#egg=django-la-tags \ No newline at end of file diff --git a/setup.py b/setup.py index e6a0375..cb307f0 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ ), long_description=README, install_requires=REQUIREMENTS, - dependency_links=['https://github.com/laborautonomo/django-la-tags/tarball/master#egg=django-la-tags-v0.1.0'], + # dependency_links=['https://github.com/laborautonomo/django-la-tags/tarball/master#egg=django-la-tags-v0.1.0'], author='Fábio Piovam Elias', author_email='fabio@laborautonomo.org', url='https://github.com/laborautonomo/django-la-cms/',