remove python-dateutil dependency in favor of QDateTime

This commit is contained in:
dries.k
2023-08-05 15:21:28 +02:00
parent 804f6eb05b
commit 6b5434978b
5 changed files with 11 additions and 17 deletions

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==2.31.0', 'pyqt6==6.5.1', 'websocket-client==1.5.2', 'python-dateutil==2.8.2'
'requests==2.31.0', 'pyqt6==6.5.1', 'websocket-client==1.5.2'
]
# What packages are optional?