mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
33 lines
779 B
TOML
33 lines
779 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)",
|
|
"psycopg2 (>=2.9.10,<3.0.0)",
|
|
"pydantic-settings (>=2.8.1,<3.0.0)",
|
|
"alembic (>=1.15.1,<2.0.0)",
|
|
"pytest (>=8.3.5,<9.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"
|