Initialer Import der Synology Scripts

This commit is contained in:
root
2026-08-05 08:43:57 +02:00
commit 5e32a7c411
404 changed files with 79932 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Packaging
# python -m pip install -U pip
build>=1.2.1
twine>=5.1.0
setuptools>=70.2.0
virtualenv>=20.26.3
# Jupyter
ipython>=8.18.1
ipykernel>=6.29.5
# Linting/Formatting
ruff>=0.5.0
black>=24.4.2
isort>=5.13.2
# Tooling
pre-commit>=3.7.1
nbqa>=1.8.4
# Type Checker
mypy>=1.10.1
mypy-extensions>=1.0.0
# Testing
pytest>=8.2.2
pytest-cov>=5.0.0
pytest-benchmark>=4.0.0
codecov>=2.1.13
# Documentation
mkdocs>=1.6.0
mkdocstrings>=0.25.1
mkdocs-material>=9.5.27
mkdocstrings-python>=1.10.5
Pygments>=2.18.0