29 lines
670 B
TOML
29 lines
670 B
TOML
[project]
|
|
name = "db-sonbo"
|
|
version = "0.1.0"
|
|
description = "Database Sonbo Project"
|
|
authors = [
|
|
{name = "Jeon Mingyu"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = "^3.11"
|
|
dependencies = [
|
|
"requests (>=2.32.3,<3.0.0)",
|
|
"pandas (>=2.2.3,<3.0.0)",
|
|
"sqlalchemy (>=2.0.40,<3.0.0)",
|
|
"openai (>=1.70.0,<2.0.0)",
|
|
"python-dotenv (>=1.1.0,<2.0.0)",
|
|
"openai-whisper (>=20240930,<20240931)",
|
|
"moviepy (==1.0.3)",
|
|
"pypdf2 (>=3.0.1,<4.0.0)",
|
|
"pytesseract (>=0.3.13,<0.4.0)",
|
|
"pdf2image (>=1.17.0,<2.0.0)"
|
|
]
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|