From a59b3e43a765722a2edad29f895a4642a2249cd6 Mon Sep 17 00:00:00 2001 From: Roy Ragsdale Date: Wed, 12 Feb 2020 13:14:36 -0500 Subject: [PATCH] Pin werkzeug dependency due to dependency requirements Should be temporary. Should also consider transition to flask_restx as flask_restplus is currently unmaintained. reference: https://github.com/noirbizarre/flask-restplus/issues/777 https://github.com/python-restx/flask-restx/pull/39 https://github.com/python-restx/flask-restx/issues/34 notice from flask_restplus: https://github.com/noirbizarre/flask-restplus#flask-restplus "This project has been forked to Flask-RESTX and will be maintained by by the python-restx organization. Flask-RESTPlus should be considered unmaintained." --- picoCTF-web/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/picoCTF-web/setup.py b/picoCTF-web/setup.py index 467165f9b..822a5f87c 100644 --- a/picoCTF-web/setup.py +++ b/picoCTF-web/setup.py @@ -77,6 +77,7 @@ "spur==0.3.21", "voluptuous==0.11.7", "walrus==0.7.1", + "werkzeug<=0.16.1" ], extras_require={ "dev": [