fix(simulator): add pytz for TIMESTAMPTZ fetch in explorer queries

This commit is contained in:
2026-07-08 13:47:53 +01:00
parent 59acffc068
commit a07460b2af
+1
View File
@@ -1,2 +1,3 @@
pyarrow>=16.0 pyarrow>=16.0
duckdb>=1.0 duckdb>=1.0
pytz>=2024.1 # duckdb needs it to fetch TIMESTAMPTZ values into Python