From 612742fbec2fa57e988c7a793c98e957dc9b1d67 Mon Sep 17 00:00:00 2001 From: Carlo Federico Vescovo Date: Tue, 25 Dec 2018 21:28:12 +0100 Subject: [PATCH] Update requirements.txt PyYAML 3.12 is not working. It cannot be installed (it generates 51 warnings and 15 errors while compiling) --- 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