chore: enable pyo3
's chrono-tz
feature (so that datetimes with a dynamic timezone implement IntoPyObject
)
This commit is contained in:
@@ -20,7 +20,7 @@ derive_more = { version = "2.0.1", features = [
|
||||
] }
|
||||
ijson = "0.1.4"
|
||||
itertools = "0.14.0"
|
||||
pyo3 = { version = "0.23.0", features = ["chrono"] }
|
||||
pyo3 = { version = "0.23.0", features = ["chrono", "chrono-tz"] }
|
||||
pyo3-async-runtimes = { version = "0.23.0", features = ["tokio-runtime"] }
|
||||
serde_json = "1.0.140"
|
||||
snafu = "0.8.5"
|
||||
|
Reference in New Issue
Block a user