From 62c9dab170985fcb681bf79d1e1965220a7bea1e Mon Sep 17 00:00:00 2001 From: venky Date: Wed, 3 Oct 2018 12:20:54 +0530 Subject: [PATCH] update pyyaml version to fix compile errors in py3.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50a7927..15d4915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ aniso8601==1.2.0 Flask==0.12.1 cryptography==2.1.4 pyOpenSSL==17.0.0 -PyYAML==3.12 +PyYAML==3.13 six==1.11.0