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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user