aioredis-removed
This commit is contained in:
parent
deac939ed8
commit
fbc85f6c2d
|
@ -4,6 +4,6 @@ WORKDIR /app
|
|||
EXPOSE 8080
|
||||
ADD nginx.conf.sigil ./
|
||||
COPY requirements.txt .
|
||||
RUN apt update && apt install -y git
|
||||
RUN apt update && apt install -y git gcc
|
||||
RUN pip install -r requirements.txt
|
||||
COPY . .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
python-frontmatter~=1.0.0
|
||||
aioredis~=2.0.1
|
||||
aredis
|
||||
aiohttp
|
||||
ariadne>=0.17.0
|
||||
PyYAML>=5.4
|
||||
pyjwt>=2.6.0
|
||||
starlette~=0.23.1
|
||||
starlette
|
||||
sqlalchemy>=1.4.41
|
||||
graphql-core>=3.0.3
|
||||
gql~=3.4.0
|
||||
|
@ -16,7 +16,7 @@ authlib>=1.1.0
|
|||
httpx>=0.23.0
|
||||
psycopg2-binary
|
||||
transliterate~=1.10.2
|
||||
requests~=2.28.1
|
||||
requests
|
||||
bcrypt>=4.0.0
|
||||
websockets
|
||||
bson~=0.5.10
|
||||
|
|
Loading…
Reference in New Issue
Block a user