2023-02-02 18:25:31 +00:00
|
|
|
diff --git a/setup.py b/setup.py
|
|
|
|
index 2416360..08de818 100644
|
|
|
|
--- a/setup.py
|
|
|
|
+++ b/setup.py
|
|
|
|
@@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
|
|
|
|
|
|
|
|
requirements = [
|
|
|
|
"requests<3.0",
|
2023-07-15 17:15:38 +00:00
|
|
|
- "legendary-gl==0.20.32",
|
|
|
|
+ "legendary-gl~=0.20.32",
|
2023-02-02 18:25:31 +00:00
|
|
|
"setuptools",
|
|
|
|
"wheel",
|
|
|
|
"PyQt5",
|