From 6e261eedb173d09840954b03c706fcac7e7dd5ce Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 28 Aug 2023 12:11:48 +0100 Subject: [PATCH] add psgdemos to test dependencies --- pdm.lock | 16 ++++++++++++++-- pyproject.toml | 3 +++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pdm.lock b/pdm.lock index 59f536e..0859f6c 100644 --- a/pdm.lock +++ b/pdm.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 2760230..6b2ff26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} \ No newline at end of file