From fbc85f6c2d95953fcf068a43cc06953993cd26d5 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Thu, 5 Oct 2023 22:00:24 +0300 Subject: [PATCH] aioredis-removed --- Dockerfile | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4dead0d4..40da0f05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . . diff --git a/requirements.txt b/requirements.txt index fe076fdd..c252b7b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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