add psgdemos to test dependencies

This commit is contained in:
2023-08-28 12:11:48 +01:00
parent 0bf333d23d
commit 6e261eedb1
2 changed files with 17 additions and 2 deletions

View File

@@ -22,6 +22,9 @@ lint = [
"black>=23.7.0",
"flake8>=6.1.0",
]
test = [
"psgdemos>=1.12.1",
]
[tool.pdm.scripts]
build = {shell = "build.ps1"}