1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Added update-requirements target

Manage requirements*.txt files by pip-tools
This commit is contained in:
Bastian Venthur
2025-04-01 10:07:07 +02:00
parent 8a275c0923
commit 00e02f13dc
4 changed files with 94 additions and 12 deletions

View File

@@ -14,9 +14,9 @@ license = { file="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]