From d26d444975f8c7e730ab2d3b71c68790ab70ae8e Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Fri, 6 Oct 2023 00:02:25 +0300 Subject: [PATCH] deps-workaround2 --- Dockerfile | 1 - requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 94a8618c..032f3ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,5 @@ EXPOSE 8080 ADD nginx.conf.sigil ./ COPY requirements.txt . RUN apt update && apt install -y build-essential git -RUN pip install gql[httpx] RUN pip install -r requirements.txt COPY . . diff --git a/requirements.txt b/requirements.txt index 9b05e081..e7fdc9c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ aredis>=1.1.8 httpx>=0.23.0 +gql[all] git+https://github.com/encode/starlette.git#main sqlalchemy>=1.4.41 ariadne>=0.17.0