Replace pyaml with PyYAML dependency

This commit is contained in:
Trevor Edwards 2018-12-07 13:22:38 -08:00
parent ed861ecae1
commit 99afb38524

View File

@ -15,7 +15,7 @@ install_requires = [
"xmltodict", "xmltodict",
"six>1.9", "six>1.9",
"werkzeug", "werkzeug",
"pyaml", "PyYAML",
"pytz", "pytz",
"python-dateutil<3.0.0,>=2.1", "python-dateutil<3.0.0,>=2.1",
"python-jose<3.0.0", "python-jose<3.0.0",