From 926e5fdb4febe0517e48ddf8adaa89a245e3a47a Mon Sep 17 00:00:00 2001 From: Zulfikar Akbar Muzakki Date: Tue, 13 Aug 2024 08:00:18 +0700 Subject: [PATCH] Add endpoint to update project title --- deployment/scripts/setup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/scripts/setup.sh b/deployment/scripts/setup.sh index 24556b4..e155693 100644 --- a/deployment/scripts/setup.sh +++ b/deployment/scripts/setup.sh @@ -34,6 +34,5 @@ pip3 install -r /code/g3w-admin/qplotly/requirements.txt # Openrouteservice pip3 install -r /code/g3w-admin/openrouteservice/requirements.txt -echo "Installing QPS timeseries" export DEB_PYTHON_INSTALL_LAYOUT=deb_system pip3 install git+https://github.com/kartoza/g3w-admin-ps-timeseries.git@fix-qvariant \ No newline at end of file