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 EXPOSE 8080
ADD nginx.conf.sigil ./ ADD nginx.conf.sigil ./
COPY requirements.txt . COPY requirements.txt .
RUN apt update && apt install -y git RUN apt update && apt install -y git gcc
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY . . COPY . .

View File

@ -1,10 +1,10 @@
python-frontmatter~=1.0.0 python-frontmatter~=1.0.0
aioredis~=2.0.1 aredis
aiohttp aiohttp
ariadne>=0.17.0 ariadne>=0.17.0
PyYAML>=5.4 PyYAML>=5.4
pyjwt>=2.6.0 pyjwt>=2.6.0
starlette~=0.23.1 starlette
sqlalchemy>=1.4.41 sqlalchemy>=1.4.41
graphql-core>=3.0.3 graphql-core>=3.0.3
gql~=3.4.0 gql~=3.4.0
@ -16,7 +16,7 @@ authlib>=1.1.0
httpx>=0.23.0 httpx>=0.23.0
psycopg2-binary psycopg2-binary
transliterate~=1.10.2 transliterate~=1.10.2
requests~=2.28.1 requests
bcrypt>=4.0.0 bcrypt>=4.0.0
websockets websockets
bson~=0.5.10 bson~=0.5.10