pip package: make sure the proper package versions are used
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ with open("version.txt", "r") as f:
|
|||||||
|
|
||||||
# What packages are required for this module to be executed?
|
# What packages are required for this module to be executed?
|
||||||
REQUIRED = [
|
REQUIRED = [
|
||||||
'requests', 'PyQt6', 'websocket-client', 'python-dateutil'
|
'requests==2.31.0', 'pyqt6==6.5.0', 'websocket-client==1.5.2', 'python-dateutil==2.8.2'
|
||||||
]
|
]
|
||||||
|
|
||||||
# What packages are optional?
|
# What packages are optional?
|
||||||
|
|||||||
Reference in New Issue
Block a user