From 0c357c26f95543484a777de84e9910bb127796d3 Mon Sep 17 00:00:00 2001 From: Rowland Ogwara Date: Tue, 14 Feb 2023 16:11:52 -0600 Subject: [PATCH] fix pyyaml deps (#85) Fixes PyYaml deps range specification typo in install_requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e9728d..d7d887e 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "boto3~=1.9", "future>=0.16,<1.0", "python-dateutil~=2.4", - "PyYAML>=3.11<6.0", + "PyYAML>=3.11,<6.0", "six~=1.11", "urllib3~=1.0", ],