Skip to content

Commit ca3166e

Browse files
chore: fix vdf url in pyproject.toml
1 parent 6a08bd2 commit ca3166e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

misc/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PySide6-Essentials >= 6.8.1
66
QtAwesome
77
legendary-gl @ https://github.com/RareDevs/legendary/archive/3f5a7b31c2f61fe6a63248cf7972c678c4684068.zip
88
orjson
9-
vdf @ https://github.com/solsticegamestudios/vdf/archive/be1f7220238022f8b29fe747f0b643f280bfdb6e.zip
9+
vdf @ https://github.com/solsticegamestudios/vdf/archive/f47c683c1330f0fcddec034fd49c26e41acd63f2.zip
1010
pywin32 ; platform_system == "Windows"
1111
pypresence
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"QtAwesome",
2727
"legendary-gl @ git+https://github.com/RareDevs/legendary@3f5a7b31c2f61fe6a63248cf7972c678c4684068",
2828
"orjson",
29-
"vdf @ git+https://github.com/solsticegamestudios/vdf/be1f7220238022f8b29fe747f0b643f280bfdb6e",
29+
"vdf @ git+https://github.com/solsticegamestudios/vdf@f47c683c1330f0fcddec034fd49c26e41acd63f2",
3030
"pywin32 ; platform_system == 'Windows'",
3131
]
3232

0 commit comments

Comments
 (0)