greenlet version inconsistency
Fixes Bug #917003 The latest version of greenlet is installed in install_venv.py while the version required is set to 0.3.1 in pip-requires. Change-Id: I145deb46a8edc41e87634dc5ca839baf5acd8065
This commit is contained in:
parent
46f90f7cb7
commit
1611c23928
2
Authors
2
Authors
@ -155,6 +155,6 @@ Youcef Laribi <Youcef.Laribi@eu.citrix.com>
|
|||||||
Yun Mao <yunmao@gmail.com>
|
Yun Mao <yunmao@gmail.com>
|
||||||
Yun Shen <Yun.Shen@hp.com>
|
Yun Shen <Yun.Shen@hp.com>
|
||||||
Yuriy Taraday <yorik.sar@gmail.com>
|
Yuriy Taraday <yorik.sar@gmail.com>
|
||||||
|
Zed Shaw <zedshaw@zedshaw.com>
|
||||||
Zhixue Wu <Zhixue.Wu@citrix.com>
|
Zhixue Wu <Zhixue.Wu@citrix.com>
|
||||||
Zhongyue Luo <lzyeval@gmail.com>
|
Zhongyue Luo <lzyeval@gmail.com>
|
||||||
Zed Shaw <zedshaw@zedshaw.com>
|
|
||||||
|
@ -17,7 +17,7 @@ routes==1.12.3
|
|||||||
WebOb==1.0.8
|
WebOb==1.0.8
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
mox==0.5.3
|
mox==0.5.3
|
||||||
greenlet==0.3.1
|
greenlet>=0.3.1
|
||||||
nose
|
nose
|
||||||
PasteDeploy==1.5.0
|
PasteDeploy==1.5.0
|
||||||
paste
|
paste
|
||||||
|
Loading…
x
Reference in New Issue
Block a user