From cc8eedfbc960ba73ec46312dd92498bd4c03858c Mon Sep 17 00:00:00 2001 From: Eric Douglass Date: Thu, 31 Jan 2019 10:07:22 -0800 Subject: [PATCH] updating version requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6dbf717..bb6bd74 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,6 @@ long_description=open("README.md").read(), keywords=["yaml", "markdown"], install_requires=[ - "pyYaml==3.13", + "pyYaml>3.13", ], )