mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
38 lines
963 B
TOML
38 lines
963 B
TOML
[project]
|
|
name = "etl"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Jun-te Kim",email = "junte@domna.homes"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"pymupdf (>=1.25.3,<2.0.0)",
|
|
"msal (>=1.31.1,<2.0.0)",
|
|
"pandas (>=2.2.3,<3.0.0)",
|
|
"pydantic[email] (>=2.10.6,<3.0.0)",
|
|
"openpyxl (>=3.1.5,<4.0.0)",
|
|
"fuzzywuzzy (>=0.18.0,<0.19.0)",
|
|
"sqlmodel (>=0.0.24,<0.0.25)",
|
|
"pydantic-settings (>=2.8.1,<3.0.0)",
|
|
"alembic (>=1.15.1,<2.0.0)",
|
|
"pytest (>=8.3.5,<9.0.0)",
|
|
"monday (>=2.0.1,<3.0.0)",
|
|
"beautifulsoup4 (>=4.13.4,<5.0.0)",
|
|
"tqdm (>=4.67.1,<5.0.0)",
|
|
"hubspot-api-client (>=12.0.0,<13.0.0)",
|
|
"boto3 (>=1.39.6,<2.0.0)",
|
|
"psycopg2-binary (>=2.9.10,<3.0.0)",
|
|
]
|
|
|
|
[tool.poetry]
|
|
packages = [{include = "etl"}]
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ipykernel = "^6.29.5"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|