1
0
Fork 0
mirror of synced 2024-09-28 23:41:29 +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 = [ requirements = [
"requests<3.0", "requests<3.0",
"legendary-gl==0.20.33", "legendary-gl>=0.20.33",
"setuptools", "setuptools",
"wheel", "wheel",
"PyQt5", "PyQt5",