Lock PyYAML to < 5.1

The reason being that at least one unit test case will leak memory until
exhaustion.
This commit is contained in:
Pedro Algarvio 2019-03-15 16:45:54 +00:00
parent a4f241dc17
commit cee9480ee3
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -2,7 +2,7 @@ Jinja2
# This should be changed to msgpack-python for Packages
# msgpack-python>0.3,!=0.5.5
msgpack>=0.5,!=0.5.5
PyYAML
PyYAML<5.1
MarkupSafe
requests>=1.0.0
tornado>=4.2.1,<6.0; python_version < '3'