Implement code changes to enhance functionality and improve performance
This commit is contained in:
@@ -3,15 +3,16 @@ name = "semesterapparatsmanager"
|
|||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"appdirs>=1.4.4",
|
"appdirs>=1.4.4",
|
||||||
"beautifulsoup4>=4.12.3",
|
"beautifulsoup4>=4.13.5",
|
||||||
"bump-my-version>=0.29.0",
|
"bump-my-version>=0.29.0",
|
||||||
"chardet>=5.2.0",
|
"chardet>=5.2.0",
|
||||||
"comtypes>=1.4.9",
|
"comtypes>=1.4.9",
|
||||||
"darkdetect>=0.8.0",
|
"darkdetect>=0.8.0",
|
||||||
"docx2pdf>=0.1.8",
|
"docx2pdf>=0.1.8",
|
||||||
|
"httpx>=0.28.1",
|
||||||
"loguru>=0.7.3",
|
"loguru>=0.7.3",
|
||||||
"mkdocs>=1.6.1",
|
"mkdocs>=1.6.1",
|
||||||
"mkdocs-material>=9.5.49",
|
"mkdocs-material>=9.5.49",
|
||||||
@@ -25,6 +26,7 @@ dependencies = [
|
|||||||
"pyside6>=6.9.1",
|
"pyside6>=6.9.1",
|
||||||
"python-docx>=1.1.2",
|
"python-docx>=1.1.2",
|
||||||
"pyzotero>=1.6.4",
|
"pyzotero>=1.6.4",
|
||||||
|
"qtqdm",
|
||||||
"ratelimit>=2.2.1",
|
"ratelimit>=2.2.1",
|
||||||
"requests>=2.32.3",
|
"requests>=2.32.3",
|
||||||
]
|
]
|
||||||
@@ -35,6 +37,9 @@ dev = [
|
|||||||
"icecream>=2.1.4",
|
"icecream>=2.1.4",
|
||||||
"nuitka>=2.5.9",
|
"nuitka>=2.5.9",
|
||||||
]
|
]
|
||||||
|
swbtest = [
|
||||||
|
"alive-progress>=3.3.0",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.0.0"
|
current_version = "1.0.0"
|
||||||
@@ -61,3 +66,7 @@ post_commit_hooks = []
|
|||||||
filename = "src/__init__.py"
|
filename = "src/__init__.py"
|
||||||
[[tool.bumpversion.files]]
|
[[tool.bumpversion.files]]
|
||||||
filename = ".version"
|
filename = ".version"
|
||||||
|
|
||||||
|
[[tool.uv.index]]
|
||||||
|
url = "https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/simple/"
|
||||||
|
default = false
|
||||||
|
|||||||
Reference in New Issue
Block a user