Skip to content

Commit

Permalink
pip package: make sure the proper package versions are used
Browse files Browse the repository at this point in the history
  • Loading branch information
seird committed May 28, 2023
1 parent ca0cb9b commit 81c7e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# 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?
Expand Down

0 comments on commit 81c7e0a

Please sign in to comment.