From 5cb5c6938903b3528d8c15e977d412cfdea2e530 Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Mon, 12 Aug 2024 14:20:26 +0200 Subject: [PATCH] Python package install was renamed to pip-install --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b06a9796..931b8284 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ Flask-Migrate==4.0.1 Flask-SQLAlchemy==2.5.1 gunicorn==20.1.0 idna==3.3 -install==1.3.5 +pip-install==1.3.5 itsdangerous==2.1.1 jsonschema==4.4.0 Jinja2==3.0.3 -- GitLab