Skip to content

Commit b728fca

Browse files
authored
setup.cfg: Fix PyYAML, sdf, and steam dependency (#547)
* setup.cfg: Loosen PyYAML requirement * setup.cfg: Use correct vdf and steam dependency
1 parent 3b2ffab commit b728fca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ python_requires = >=3.10
2222
install_requires =
2323
PySide6-Essentials>=6.3.0
2424
requests>=2.27.0
25-
vdf>=3.4
25+
vdf @ git+https://github.com/solsticegamestudios/vdf.git@v4.0
2626
inputs==0.5
2727
pyxdg>=0.27
28-
steam>=1.4.4
29-
PyYAML==6.0
28+
steam @ git+https://github.com/solsticegamestudios/steam.git@v1.6.1
29+
PyYAML>=6.0
3030
zstandard>=0.19.0
3131

3232
packages = find:

0 commit comments

Comments
 (0)