From 0e53ca541263f12521ab34f8a00ef91a00f86cb7 Mon Sep 17 00:00:00 2001 From: laborautonomo Date: Thu, 7 Apr 2016 10:34:45 -0300 Subject: [PATCH] [fix] setup & requirements dependencies --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ccca6c..47334bc 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 --e git+https://github.com/laborautonomo/django-la-tags.git@v0.1.0#egg=django-la-tags \ No newline at end of file +django-la-tags==v0.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index cb307f0..e6a0375 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/',