Merge pull request #277 from venthur/update_requirements

Added update-requirements target
This commit is contained in:
Bastian Venthur
2025-04-08 09:15:09 +02:00
committed by GitHub
4 changed files with 94 additions and 12 deletions

View File

@@ -14,9 +14,9 @@ license-files = ["LICENSE"]
requires-python = ">=3.10"
dynamic = ["version"]
dependencies = [
"markdown",
"feedgenerator",
"jinja2",
"markdown",
"pygments",
]
@@ -34,13 +34,14 @@ dev = [
"mkdocs",
"mkdocs-material",
"mkdocstrings[python]",
"twine",
"wheel",
"mypy",
"pip-tools",
"pytest",
"pytest-cov",
"ruff",
"mypy",
"twine",
"types-markdown",
"wheel",
]
[tool.setuptools.dynamic]