From 7f1ce8b1929674a73487290abab9540803f87af7 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 17 Feb 2022 15:19:34 +0100 Subject: ci: Fix API deployment using Docker Compose This change updates the Docker Compose configuration to properly deploy the API server, by passing the necessary Auth0 information to it. --- opendc-web/opendc-web-api/requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'opendc-web/opendc-web-api') diff --git a/opendc-web/opendc-web-api/requirements.txt b/opendc-web/opendc-web-api/requirements.txt index 45eae12b..6f3b42aa 100644 --- a/opendc-web/opendc-web-api/requirements.txt +++ b/opendc-web/opendc-web-api/requirements.txt @@ -11,7 +11,6 @@ Flask-Cors==3.0.9 Flask-SocketIO==4.3.1 flask-swagger-ui==3.36.0 Flask-Restful==0.3.8 -greenlet==0.4.17 httplib2==0.19.0 isort==4.3.21 itsdangerous==1.1.0 -- cgit v1.2.3