aioredis-removed

This commit is contained in:
Tony Rewin 2023-10-05 22:00:24 +03:00
parent deac939ed8
commit fbc85f6c2d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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