pip package: make sure the proper package versions are used

This commit is contained in:
dries.k
2023-05-28 02:04:45 +02:00
parent ca0cb9b5a7
commit 81c7e0a1da

View File

@@ -15,7 +15,7 @@ with open("version.txt", "r") as f:
# What packages are required for this module to be executed?
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?