From 23ac9fb6dea3a829b59afd25516ce19cef963113 Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Thu, 22 May 2025 20:07:29 +0200 Subject: [PATCH 1/2] setup.cfg: Loosen PyYAML requirement --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 45414167..cbeca790 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ install_requires = inputs==0.5 pyxdg>=0.27 steam>=1.4.4 - PyYAML==6.0 + PyYAML>=6.0 zstandard>=0.19.0 packages = find: From bc537777a841ac48236f06814cb91c01c7b4cb58 Mon Sep 17 00:00:00 2001 From: DavidoTek <54072917+DavidoTek@users.noreply.github.com> Date: Thu, 22 May 2025 20:08:10 +0200 Subject: [PATCH 2/2] setup.cfg: Use correct vdf and steam dependency --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cbeca790..cc3ee5fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,10 +22,10 @@ python_requires = >=3.10 install_requires = PySide6-Essentials>=6.3.0 requests>=2.27.0 - vdf>=3.4 + vdf @ git+https://github.com/solsticegamestudios/vdf.git@v4.0 inputs==0.5 pyxdg>=0.27 - steam>=1.4.4 + steam @ git+https://github.com/solsticegamestudios/steam.git@v1.6.1 PyYAML>=6.0 zstandard>=0.19.0