From 35e7f1b4e90e774a1aed475c45ea47f28f35da81 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Mon, 1 Jul 2019 20:47:02 -0500 Subject: [PATCH] Remove pyyaml pin. CC #2271. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcb9b6d1743..593d248e9f5 100755 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_version(): "xmltodict", "six>1.9", "werkzeug", - "PyYAML==3.13", + "PyYAML", "pytz", "python-dateutil<3.0.0,>=2.1", "python-jose<4.0.0",