mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
28 lines
721 B
TOML
28 lines
721 B
TOML
[project]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Jun-te Kim",email = "junte.kim@mealcraft.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"requests (>=2.32.5,<3.0.0)",
|
|
"hubspot-api-client (>=12.0.0,<13.0.0)",
|
|
"pydantic (>=2.12.4,<3.0.0)",
|
|
"ipykernel (>=7.1.0,<8.0.0)",
|
|
"pandas (>=2.3.3,<3.0.0)",
|
|
"tqdm (>=4.67.1,<5.0.0)",
|
|
"boto3 (>=1.40.74,<2.0.0)",
|
|
"dash (>=3.3.0,<4.0.0)",
|
|
"gunicorn (>=23.0.0,<24.0.0)",
|
|
"dash-bootstrap-components (>=2.0.4,<3.0.0)"
|
|
]
|
|
|
|
[tool.poetry]
|
|
packages = [{include = "dashboard", from = "src"}]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|