added requirements
This commit is contained in:
parent
69d29a7e39
commit
a8233e8d09
|
@ -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
|
Loading…
Reference in New Issue
Block a user