Skip to content

Commit

Permalink
fix horizon dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuty committed Mar 13, 2015
1 parent 2f0aae9 commit 21e094b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pbr>=0.6,!=0.7,<1.0
pbr>=1.0
six>=1.9.0
requests>=2.1.0
git+https://github.com/openstack/horizon.git@stable/juno
requests>=2.1.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

setuptools.setup(
setup_requires=['pbr'],
pbr=True)
pbr=True,
dependency_links=['git+https://github.com/openstack/horizon.git@stable/juno'])

0 comments on commit 21e094b

Please sign in to comment.