64 lines
1.3 KiB
TOML
64 lines
1.3 KiB
TOML
[project]
|
|
name = "semesterapparatsmanager"
|
|
version = "1.0.2"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"appdirs>=1.4.4",
|
|
"beautifulsoup4>=4.13.5",
|
|
"bibapi>=0.0.6",
|
|
"bump-my-version>=0.29.0",
|
|
"charset-normalizer>=3.4.3",
|
|
"comtypes>=1.4.9",
|
|
"darkdetect>=0.8.0",
|
|
"docx2pdf>=0.1.8",
|
|
"httpx>=0.28.1",
|
|
"loguru>=0.7.3",
|
|
"natsort>=8.4.0",
|
|
"omegaconf>=2.3.0",
|
|
"openai>=1.79.0",
|
|
"pandas>=2.2.3",
|
|
"pdfquery>=0.4.3",
|
|
"playwright>=1.49.1",
|
|
"pymupdf>=1.26.6",
|
|
"flask>=3.1.0",
|
|
"pyside6>=6.9.1",
|
|
"python-docx>=1.1.2",
|
|
"pyzotero>=1.6.4",
|
|
"ratelimit>=2.2.1",
|
|
"regex>=2025.11.3",
|
|
"requests>=2.32.3",
|
|
"setuptools>=82.0.0",
|
|
"zensical>=0.0.10",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"bump-my-version>=0.29.0",
|
|
"icecream>=2.1.4",
|
|
"nuitka>=2.5.9",
|
|
"pytest",
|
|
"pytest-cov",
|
|
"pyinstaller>=6.17.0",
|
|
"ty>=0.0.15",
|
|
]
|
|
swbtest = ["alive-progress>=3.3.0"]
|
|
|
|
[tool.ruff]
|
|
line-length = 88
|
|
target-version = "py313"
|
|
|
|
|
|
[[tool.uv.index]]
|
|
name = "gitea"
|
|
url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
addopts = "--cov=src --cov-report=term-missing"
|
|
|
|
[tool.coverage.run]
|
|
omit = ["main.py", "test.py", "tests/*", "__init__.py", ]
|