deps-workaround

This commit is contained in:
Tony Rewin 2023-10-05 23:57:04 +03:00
parent aed91c6375
commit e0bd938a6e
2 changed files with 1 additions and 2 deletions

View File

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

View File

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