deps-workaround
This commit is contained in:
parent
aed91c6375
commit
e0bd938a6e
|
@ -5,6 +5,6 @@ EXPOSE 8080
|
||||||
ADD nginx.conf.sigil ./
|
ADD nginx.conf.sigil ./
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN apt update && apt install -y build-essential git
|
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
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
aredis>=1.1.8
|
aredis>=1.1.8
|
||||||
httpx>=0.23.0
|
httpx>=0.23.0
|
||||||
gql[httpx]
|
|
||||||
git+https://github.com/encode/starlette.git#main
|
git+https://github.com/encode/starlette.git#main
|
||||||
sqlalchemy>=1.4.41
|
sqlalchemy>=1.4.41
|
||||||
ariadne>=0.17.0
|
ariadne>=0.17.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user