Read config from file
This commit is contained in:
parent
e3816dfdb7
commit
a3c949c7d5
5 changed files with 110 additions and 13 deletions
|
|
@ -16,12 +16,14 @@ python = "^3.12"
|
|||
jinja2 = "^3.1.4"
|
||||
pillow = "^10.4.0"
|
||||
rich = "^13.7.1"
|
||||
pyyaml = "^6.0.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "*"
|
||||
ruff = "*"
|
||||
mypy = "*"
|
||||
pytest-testmon = "*"
|
||||
types-pyyaml = "^6.0.12.20240724"
|
||||
|
||||
|
||||
[tool.mypy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue