Skip to content

Commit

Permalink
chore: fix vdf version, update legendary version
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Sep 5, 2024
1 parent bd7a691 commit 51a472a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pywebview = [
{ version = "^3.6.3", extras = ["gtk"], platform = "freebsd", optional = true },
]
orjson = "^3.8.0"
vdf = "^4.3"
vdf = "^3.4"
pywin32 = { version = "^304", markers = "platform_system == 'Windows'" }
pypresence = { version = "^4.2.1", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyQt5
QtAwesome
setuptools
legendary-gl>=0.20.34; platform_system != "Windows" or platform_system != "Darwin"
legendary-gl @ https://github.com/derrod/legendary/archive/96e07ff453910b8cae89af044e317001ce33ac8b.zip ; platform_system == "Windows" or platform_system == "Darwin"
legendary-gl @ https://github.com/derrod/legendary/archive/3963382b3f33116154399be5dd2d2913336a1f0e.zip ; platform_system == "Windows" or platform_system == "Darwin"
orjson
vdf
pywin32; platform_system == "Windows"
Expand Down

0 comments on commit 51a472a

Please sign in to comment.