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