Skip to content

Commit

Permalink
Add custom requirement to dependency links.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuty committed Oct 3, 2016
1 parent e08d258 commit ec79c6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
@@ -1 +0,0 @@
https://github.com/michaelkuty/django-import-export/archive/feature/extra_fields.zip#egg=django-import-export
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -11,4 +11,5 @@
setuptools.setup(
setup_requires=['pbr'],
pbr=True,
dependency_links=['https://github.com/michaelkuty/pbr/tarball/master#egg=pbr'])
dependency_links=['https://github.com/michaelkuty/pbr/tarball/master#egg=pbr',
'https://github.com/michaelkuty/django-import-export/archive/feature/extra_fields.zip#egg=django-import-export-0.5.2.dev0'])

0 comments on commit ec79c6e

Please sign in to comment.