mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #717 from Hestia-Homes/deploy-categorisation
Deploy categorisation - fix import errors
This commit is contained in:
commit
001df0e6ed
2 changed files with 9 additions and 1 deletions
|
|
@ -30,8 +30,13 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
# -----------------------------
|
||||
COPY utils/ utils/
|
||||
COPY backend/categorisation/ backend/categorisation/
|
||||
COPY backend/app/db/functions/ backend/app/db/functions/
|
||||
COPY backend/app/db/models/ backend/app/db/models/
|
||||
COPY backend/addresses/ backend/addresses
|
||||
COPY datatypes/ datatypes/
|
||||
|
||||
COPY backend/app/db/connection.py backend/app/db/connection.py
|
||||
|
||||
COPY backend/app/config.py backend/app/config.py
|
||||
|
||||
COPY backend/__init__.py backend/__init__.py
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
sqlmodel
|
||||
pydantic-settings
|
||||
psycopg2-binary==2.9.10
|
||||
psycopg2-binary==2.9.10
|
||||
|
||||
# Not used but needed to satisfy imports
|
||||
pytz==2024.2
|
||||
Loading…
Add table
Reference in a new issue