Merge "Accelerate YAML operations with LibYAML"

This commit is contained in:
Zuul 2020-09-28 18:15:47 +00:00 committed by Gerrit Code Review
commit 598f288f7b
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -10,6 +10,7 @@ kubernetes>=11.0.0
Paste>=2.0.3
PasteDeploy>=1.5.2
protobuf>=3.4.0
pylibyaml~=0.1
pyyaml~=5.1
requests
retry