1
0
Fork 0
mirror of synced 2024-05-20 20:42:48 +12:00

Rare: bump legendary to 0.20.34

This commit is contained in:
loathingKernel 2023-12-10 12:13:57 +02:00
parent e308686468
commit 7ce8fb5b9d
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ pywebview = [
{ version = "^3.6.3", extras = ["gtk"], platform = "linux", optional = true },
{ version = "^3.6.3", extras = ["gtk"], platform = "freebsd", optional = true },
]
legendary-gl = "^0.20.33"
legendary-gl = "^0.20.34"
typing-extensions = "^4.3.0"
[tool.poetry.scripts]

View file

@ -3,5 +3,5 @@ requests
PyQt5
QtAwesome
setuptools
legendary-gl>=0.20.33
legendary-gl>=0.20.34
pywin32; platform_system == "Windows"

View file

@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
requirements = [
"requests<3.0",
"legendary-gl>=0.20.33",
"legendary-gl>=0.20.34",
"setuptools",
"wheel",
"PyQt5",