added requirements
This commit is contained in:
@@ -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 . .
|
||||
|
||||
|
||||
@@ -8,4 +8,5 @@ pydantic
|
||||
passlib
|
||||
itsdangerous
|
||||
authlib
|
||||
httpx
|
||||
httpx
|
||||
psycopg2
|
||||
Reference in New Issue
Block a user