From: Joshua Schmid Date: Mon, 30 Mar 2020 15:44:13 +0000 (+0200) Subject: python-common: add pyyaml to requirements file X-Git-Tag: v17.0.0~2752^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=04f0d3395c70252a0830f6f3326f85695c9b9af0;p=ceph.git python-common: add pyyaml to requirements file Signed-off-by: Joshua Schmid --- diff --git a/src/python-common/requirements.txt b/src/python-common/requirements.txt index eee157ac44399..a269fada78cbd 100644 --- a/src/python-common/requirements.txt +++ b/src/python-common/requirements.txt @@ -4,4 +4,4 @@ mock; python_version < '3.3' mypy==0.770; python_version >= '3' pytest-mypy; python_version >= '3' pytest >= 2.1.3; python_version >= '3' -pyyaml \ No newline at end of file +pyyaml