Merge "Accelerate YAML operations with LibYAML"

This commit is contained in:
Zuul 2020-09-28 17:12:04 +00:00 committed by Gerrit Code Review
commit fb1c281b83
6 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,7 @@ oslo.config==6.4.0
oslo.policy==1.38.1
PasteDeploy==1.5.2
psycopg2-binary==2.8.4
pylibyaml~=0.1
python-dateutil==2.7.3
python-memcached==1.59
requests==2.20.0

View File

@ -0,0 +1 @@
import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings

View File

@ -0,0 +1 @@
import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings

View File

@ -20,4 +20,5 @@ click-default-group==1.2
keystoneauth1==3.11.1
requests==2.20.0
PTable==0.9.2
pylibyaml==0.1.0
pyyaml==5.1

View File

@ -0,0 +1 @@
import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings

View File

@ -0,0 +1 @@
import pylibyaml # noqa: F401 # patch pyyaml to use libyaml bindings