mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add more requirements
This commit is contained in:
parent
7fb8ee9202
commit
6f6aa62efe
2 changed files with 4 additions and 1 deletions
|
|
@ -11,11 +11,13 @@ ENV PYTHONPATH=/app
|
|||
# Copy requirements first so Docker can cache the install layer
|
||||
COPY backend/engine/requirements.txt backend/engine/requirements.txt
|
||||
COPY backend/app/requirements/requirements.txt backend/app/requirements/requirements.txt
|
||||
COPY asset_list/requirements.txt asset_list/requirements.txt
|
||||
COPY test.requirements.txt test.requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir \
|
||||
-r backend/engine/requirements.txt \
|
||||
-r backend/app/requirements/requirements.txt \
|
||||
-r asset_list/requirements.txt \
|
||||
-r test.requirements.txt
|
||||
|
||||
# Copy source
|
||||
|
|
|
|||
|
|
@ -5,4 +5,5 @@ pytest-mock
|
|||
dotenv
|
||||
psycopg[binary]
|
||||
pytest-postgresql
|
||||
hubspot-api-client
|
||||
hubspot-api-client
|
||||
fuzzywuzzy
|
||||
Loading…
Add table
Reference in a new issue