From 99afb38524ab4211bdd2ea9320535aed4d321adb Mon Sep 17 00:00:00 2001 From: Trevor Edwards Date: Fri, 7 Dec 2018 13:22:38 -0800 Subject: [PATCH] Replace pyaml with PyYAML dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a1b8c5dae..0598d7a10 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ install_requires = [ "xmltodict", "six>1.9", "werkzeug", - "pyaml", + "PyYAML", "pytz", "python-dateutil<3.0.0,>=2.1", "python-jose<3.0.0",