Skip to content

Commit 1ac782e

Browse files
committed
Merge pull request #1192 from PyBossa/pyrax-upgrade
upgrade pyrax for unpinning python-novaclient
2 parents 8270c37 + e0b557e commit 1ac782e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sphinx>=1.2.2, <2.0",
3333
"coverage",
3434
"mock",
35-
"pyrax==1.9.4",
35+
"pyrax>=1.9.5, <2.0",
3636
"pillow>=2.4, <2.5",
3737
"flask-debugtoolbar>=0.9.0, <1.0",
3838
"factory_boy>=2.4.1, <2.5",
@@ -44,7 +44,6 @@
4444
"flask-plugins",
4545
"humanize",
4646
"pbr>=1.0, <2.0", # keep an eye on pbr: https://github.com/rackspace/pyrax/issues/561
47-
"python-novaclient==2.26.0" # https://github.com/rackspace/pyrax/issues/575
4847
]
4948

5049
setup(

0 commit comments

Comments
 (0)