add python requirement ruamel.yaml.clib==0.2.2 to keep python 2.7 compatible (#7754)

This commit is contained in:
Sergey
2021-06-30 18:19:04 +03:00
committed by GitHub
parent 0aaba5ea30
commit b46a69f5e1

View File

@ -5,4 +5,5 @@ netaddr==0.7.19
pbr==5.4.4
jmespath==0.9.5
ruamel.yaml==0.16.10
ruamel.yaml.clib==0.2.2
MarkupSafe==1.1.1