mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
commit
099bc1801b
3 changed files with 18 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ ENV PIP_NO_CACHE_DIR=1 PIP_DISABLE_PIP_VERSION_CHECK=1
|
||||||
# Model
|
# Model
|
||||||
# ADD asset_list/requirements.txt requirements.txt
|
# ADD asset_list/requirements.txt requirements.txt
|
||||||
# FASTAPI backend
|
# FASTAPI backend
|
||||||
ADD backend/app/requirements/requirements.txt requirements.txt
|
ADD .devcontainer/requirements.txt requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
# 5) Workdir
|
# 5) Workdir
|
||||||
|
|
|
||||||
17
.devcontainer/requirements.txt
Normal file
17
.devcontainer/requirements.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# fastapi
|
||||||
|
fastapi==0.115.2
|
||||||
|
sqlalchemy==2.0.36
|
||||||
|
pydantic-settings==2.6.0
|
||||||
|
psycopg2-binary==2.9.10
|
||||||
|
python-jose==3.3.0
|
||||||
|
cryptography==43.0.3
|
||||||
|
mangum==0.19.0
|
||||||
|
# AWS
|
||||||
|
boto3==1.35.44
|
||||||
|
# Data
|
||||||
|
openpyxl==3.1.2
|
||||||
|
# Basic
|
||||||
|
pytz
|
||||||
|
uvicorn[standard]
|
||||||
|
sqlmodel
|
||||||
|
|
||||||
|
|
@ -6,7 +6,6 @@ psycopg2-binary==2.9.10
|
||||||
python-jose==3.3.0
|
python-jose==3.3.0
|
||||||
cryptography==43.0.3
|
cryptography==43.0.3
|
||||||
mangum==0.19.0
|
mangum==0.19.0
|
||||||
numpy==1.26.4
|
|
||||||
# AWS
|
# AWS
|
||||||
boto3==1.35.44
|
boto3==1.35.44
|
||||||
# Data
|
# Data
|
||||||
|
|
@ -14,7 +13,6 @@ openpyxl==3.1.2
|
||||||
# Basic
|
# Basic
|
||||||
pytz
|
pytz
|
||||||
uvicorn[standard]
|
uvicorn[standard]
|
||||||
pandas
|
|
||||||
ipykernel
|
ipykernel
|
||||||
sqlmodel
|
sqlmodel
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue