added requirements
This commit is contained in:
parent
69d29a7e39
commit
a8233e8d09
|
@ -9,7 +9,7 @@ WORKDIR /usr/src/app
|
||||||
COPY Pipfile ./
|
COPY Pipfile ./
|
||||||
COPY Pipfile.lock ./
|
COPY Pipfile.lock ./
|
||||||
|
|
||||||
RUN set -ex && pip install
|
RUN set -ex && pip install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,5 @@ pydantic
|
||||||
passlib
|
passlib
|
||||||
itsdangerous
|
itsdangerous
|
||||||
authlib
|
authlib
|
||||||
httpx
|
httpx
|
||||||
|
psycopg2
|
Loading…
Reference in New Issue
Block a user