diff --git a/setup.py b/setup.py index a5f490f..a11ee3e 100644 --- a/setup.py +++ b/setup.py @@ -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' + 'requests', 'PyQt6', 'websocket-client', 'python-dateutil' ] # What packages are optional?