diff --git a/Dockerfile b/Dockerfile index 141ef814..10313ceb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /usr/src/app COPY Pipfile ./ COPY Pipfile.lock ./ -RUN set -ex && pip install +RUN set -ex && pip install -r requirements.txt COPY . . diff --git a/requirements.txt b/requirements.txt index 117224fb..5bfdb9f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,5 @@ pydantic passlib itsdangerous authlib -httpx \ No newline at end of file +httpx +psycopg2 \ No newline at end of file