Remove the upper cap on ply version
Latest released version of ply is 3.8 now. Since it is very unlikely that subsequent releases will break anything in yaql, it's preferred to remove the upper cap at all. Change-Id: I805d37917b65771736b54babe453edda2bba6e31
This commit is contained in:
parent
092dda78b0
commit
47957136c7
@ -1,5 +1,5 @@
|
||||
pbr>=0.11,<2.0
|
||||
Babel>=1.3
|
||||
python-dateutil>=2.4.2
|
||||
ply<=3.6
|
||||
ply
|
||||
six>=1.9.0
|
||||
|
Loading…
Reference in New Issue
Block a user