mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
21 lines
450 B
TOML
21 lines
450 B
TOML
[package]
|
|
name = "litellm-callbacks-legacy-python"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
autotests = false
|
|
|
|
[dependencies]
|
|
litellm-host.workspace = true
|
|
litellm-host-python.workspace = true
|
|
|
|
pyo3.workspace = true
|
|
strum.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[dev-dependencies]
|
|
litellm-auth.workspace = true
|
|
proptest.workspace = true
|
|
rstest.workspace = true
|
|
serde_json.workspace = true
|