Add PyYAML as a requirement

https://review.openstack.org/451081 added a requirement on PyYAML
without explicitly including it in requirements.txt

Change-Id: Ib11f5262f3cfd451eeaf0bd4a0374ab7bbc38058
This commit is contained in:
Javier Pena 2017-06-05 10:10:54 +02:00
parent d32af197a7
commit e63f1f66d6
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ six>=1.9.0 # MIT
stevedore>=1.20.0 # Apache-2.0
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
rfc3986>=0.3.1 # Apache-2.0
PyYAML>=3.10.0 # MIT