1
0
Fork 0
mirror of synced 2024-06-26 18:20:50 +12:00

Merge pull request #325 from loathingKernel/version_fix

Version fix
This commit is contained in:
Stelios Tsampas 2023-12-05 00:19:09 +02:00 committed by GitHub
commit 097c46d195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ build
wheel
black[d]
toml
cx-freeze
nuitka
ordered-set
PyQt5-stubs

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",