2025-05-20 11:24:07 +02:00
|
|
|
[project]
|
2025-06-15 18:47:33 +02:00
|
|
|
name = "DocuMentor"
|
2025-05-20 11:24:07 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "Add your description here"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.13"
|
|
|
|
|
dependencies = [
|
2025-05-30 17:19:22 +02:00
|
|
|
"pyqtdarktheme>=2.1.0",
|
2025-06-01 15:48:07 +02:00
|
|
|
"pydantic-settings>=2.9.1",
|
2025-06-15 18:56:49 +02:00
|
|
|
"pyside6>=6.9.1",
|
2025-06-21 21:20:37 +02:00
|
|
|
"polars>=1.31.0",
|
|
|
|
|
"pydantic-yaml>=1.5.1",
|
2025-05-20 11:24:07 +02:00
|
|
|
]
|
2025-05-23 19:43:08 +02:00
|
|
|
|
|
|
|
|
[tool.ruff]
|
|
|
|
|
# Extend the `pyproject.toml` file in the parent directory...
|
|
|
|
|
# extend = "../pyproject.toml"
|
|
|
|
|
|
|
|
|
|
# ...but use a different line length.
|
2025-05-23 20:38:19 +02:00
|
|
|
line-length = 120
|
2025-06-15 18:47:33 +02:00
|
|
|
|
|
|
|
|
[dependency-groups]
|
|
|
|
|
dev = []
|