From a5d1e46b012de27e44cfd40806e0ed6b2c900c6b Mon Sep 17 00:00:00 2001 From: Christian Schiffer <c.schiffer@fz-juelich.de> Date: Fri, 17 Nov 2023 13:37:46 +0100 Subject: [PATCH] pin version --- atlas_controller/setup_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas_controller/setup_venv.sh b/atlas_controller/setup_venv.sh index 9a1406e..0b13570 100755 --- a/atlas_controller/setup_venv.sh +++ b/atlas_controller/setup_venv.sh @@ -7,4 +7,4 @@ python3 -m venv venv source venv/bin/activate -pip install flask flask-restx marshmallow +pip install "flask<3.0.0" "flask-restx>=0.5.0" marshmallow -- GitLab