1
0
Fork 0
mirror of synced 2024-06-22 16:20:32 +12:00

setup.py: Use greater than for legendary version

This commit is contained in:
loathingKernel 2023-12-04 16:17:32 +02:00
parent 19be0231f2
commit efc0107f82
No known key found for this signature in database
GPG key ID: CE0C72D0B53821FD

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.33",
"setuptools",
"wheel",
"PyQt5",