deps-workaround2

This commit is contained in:
Tony Rewin 2023-10-06 00:02:25 +03:00
parent e0bd938a6e
commit d26d444975
2 changed files with 1 additions and 1 deletions

View File

@ -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 . .

View File

@ -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