From c952851000c65b84aa1ef89bead8bc08707d4e05 Mon Sep 17 00:00:00 2001 From: Aleksey <25913340+AlekseiMarinichenko@users.noreply.github.com> Date: Sat, 8 Feb 2020 23:17:23 +0200 Subject: [PATCH] Werkzeug is missing in requirements.txt Your must install Werkzeug==0.16.1. Without installation Werkzeug==0.16.1 the error will appear. More details: https://github.com/noirbizarre/flask-restplus/issues/777 --- Chapter02/ThoughtsBackend/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Chapter02/ThoughtsBackend/requirements.txt b/Chapter02/ThoughtsBackend/requirements.txt index 01e5883..6dc9795 100644 --- a/Chapter02/ThoughtsBackend/requirements.txt +++ b/Chapter02/ThoughtsBackend/requirements.txt @@ -9,3 +9,4 @@ faker==1.0.7 pyjwt==1.7.1 cryptography==2.6.1 parse==1.12.0 +Werkzeug==0.16.1