add psgdemos to test dependencies

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

View File

@ -2,11 +2,11 @@
# It is not intended for manual editing.
[metadata]
groups = ["default", "build", "lint"]
groups = ["default", "build", "lint", "test"]
cross_platform = true
static_urls = false
lock_version = "4.3"
content_hash = "sha256:4081282b1f44313deed395aac5f259fb34b022f0c68049119882c68c839137c2"
content_hash = "sha256:2aaf88f0abb701968bc22eb31fd189810850a505bb93553f67216e4d1d259750"
[[package]]
name = "altgraph"
@ -150,6 +150,18 @@ files = [
{file = "platformdirs-3.10.0.tar.gz", hash = "sha256:b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d"},
]
[[package]]
name = "psgdemos"
version = "1.12.1"
summary = "Installs the full set of PySimpleGUI Demo Programs and the Demo Browser."
dependencies = [
"PySimpleGUI",
]
files = [
{file = "psgdemos-1.12.1-py3-none-any.whl", hash = "sha256:a035540dd0ff92f410aed9b7af8d5a641d9d5a9eac3e0072ef115adf06abb447"},
{file = "psgdemos-1.12.1.tar.gz", hash = "sha256:4108af795477531a9b1c8675b9aa9b6628c109e660f6954baf8ba2dc3b5806e9"},
]
[[package]]
name = "pycodestyle"
version = "2.11.0"

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"}