Skip to content

Commit

Permalink
[fix] setup & requirements dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopiovam committed Apr 7, 2016
1 parent 033fc1b commit 0e53ca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
django-la-tags==v0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
url='https://github.com/laborautonomo/django-la-cms/',
Expand Down

0 comments on commit 0e53ca5

Please sign in to comment.