generate pretty table from Timetable class, display with cv2

This commit is contained in:
2025-08-23 19:42:43 +02:00
parent 2e8fc78e78
commit 8b5fd7e1fe
20 changed files with 997 additions and 128 deletions

View File

@@ -7,6 +7,13 @@ requires-python = ">=3.13"
dependencies = [
"cachetools>=6.1.0",
"datetime>=5.5",
"fire>=0.7.1",
"matplotlib>=3.10.5",
"opencv-contrib-python>=4.12.0.88",
"opencv-python>=4.12.0.88",
"pillow>=11.3.0",
"requests>=2.32.5",
"rich>=14.1.0",
"rocksdict>=0.3.27",
"xmltodict>=0.14.2",
]