From e0bd938a6e350307c6855f1f28f97a1caa5597bd Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Thu, 5 Oct 2023 23:57:04 +0300 Subject: [PATCH] deps-workaround --- Dockerfile | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96d36c8e..94a8618c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ EXPOSE 8080 ADD nginx.conf.sigil ./ COPY requirements.txt . RUN apt update && apt install -y build-essential git -RUN pip install --pre gql[httpx] +RUN pip install gql[httpx] RUN pip install -r requirements.txt COPY . . diff --git a/requirements.txt b/requirements.txt index 2238d6b6..9b05e081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ aredis>=1.1.8 httpx>=0.23.0 -gql[httpx] git+https://github.com/encode/starlette.git#main sqlalchemy>=1.4.41 ariadne>=0.17.0