73 lines
1.7 KiB
TOML
73 lines
1.7 KiB
TOML
[project]
|
|
name = "semesterapparatsmanager"
|
|
version = "1.0.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"appdirs>=1.4.4",
|
|
"beautifulsoup4>=4.13.5",
|
|
"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",
|
|
"mkdocs>=1.6.1",
|
|
"mkdocs-material>=9.5.49",
|
|
"mkdocs-material-extensions>=1.3.1",
|
|
"natsort>=8.4.0",
|
|
"omegaconf>=2.3.0",
|
|
"openai>=1.79.0",
|
|
"pandas>=2.2.3",
|
|
"pdfquery>=0.4.3",
|
|
"playwright>=1.49.1",
|
|
"pyramid>=2.0.2",
|
|
"pyside6>=6.9.1",
|
|
"python-docx>=1.1.2",
|
|
"pyzotero>=1.6.4",
|
|
"ratelimit>=2.2.1",
|
|
"requests>=2.32.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"bump-my-version>=0.29.0",
|
|
"icecream>=2.1.4",
|
|
"nuitka>=2.5.9",
|
|
]
|
|
swbtest = [
|
|
"alive-progress>=3.3.0",
|
|
]
|
|
|
|
[tool.bumpversion]
|
|
current_version = "1.0.0"
|
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
|
serialize = ["{major}.{minor}.{patch}"]
|
|
search = "{current_version}"
|
|
replace = "{new_version}"
|
|
regex = false
|
|
ignore_missing_version = false
|
|
ignore_missing_files = false
|
|
tag = true
|
|
sign_tags = false
|
|
tag_name = "v{new_version}"
|
|
tag_message = "Bump version: {current_version} → {new_version}"
|
|
allow_dirty = true
|
|
commit = true
|
|
message = "Bump version: {current_version} → {new_version}"
|
|
moveable_tags = []
|
|
commit_args = ""
|
|
setup_hooks = []
|
|
pre_commit_hooks = []
|
|
post_commit_hooks = []
|
|
[[tool.bumpversion.files]]
|
|
filename = "src/__init__.py"
|
|
[[tool.bumpversion.files]]
|
|
filename = ".version"
|
|
|
|
[[tool.uv.index]]
|
|
url = "https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/simple/"
|
|
default = false
|