Implement code changes to enhance functionality and improve performance

This commit is contained in:
2025-09-01 14:33:02 +02:00
parent 5a4156ba04
commit 63b2a1b7a3
2 changed files with 325 additions and 376 deletions

View File

@@ -3,15 +3,16 @@ name = "semesterapparatsmanager"
version = "1.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.13"
dependencies = [
"appdirs>=1.4.4",
"beautifulsoup4>=4.12.3",
"beautifulsoup4>=4.13.5",
"bump-my-version>=0.29.0",
"chardet>=5.2.0",
"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",
@@ -25,6 +26,7 @@ dependencies = [
"pyside6>=6.9.1",
"python-docx>=1.1.2",
"pyzotero>=1.6.4",
"qtqdm",
"ratelimit>=2.2.1",
"requests>=2.32.3",
]
@@ -35,6 +37,9 @@ dev = [
"icecream>=2.1.4",
"nuitka>=2.5.9",
]
swbtest = [
"alive-progress>=3.3.0",
]
[tool.bumpversion]
current_version = "1.0.0"
@@ -61,3 +66,7 @@ post_commit_hooks = []
filename = "src/__init__.py"
[[tool.bumpversion.files]]
filename = ".version"
[[tool.uv.index]]
url = "https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/simple/"
default = false

688
uv.lock generated

File diff suppressed because it is too large Load Diff