From 2843a4dcea76aecc05150df76ad1d304caba3a7d Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 25 Nov 2019 13:00:01 +0800 Subject: [PATCH] pip-compile -P pyyaml to be consistent with its name on https://pypi.org/project/PyYAML Signed-off-by: Kefu Chai --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52bdd800e9..ec3075200b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -92,7 +92,7 @@ python-neutronclient==6.2.0 python-novaclient==8.0.0 python-openstackclient==3.9.0 pytz==2017.2 # via babel, oslo.serialization, oslo.utils -pyyaml==5.1 +PyYAML==5.1.2 raven==6.0.0 requests==2.22.0 requestsexceptions==1.2.0 # via os-client-config -- 2.39.5