diff options
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index edea8a7..af8c13d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ pydantic = "^1.10.17"  spectree = "^1.2.10"  deepmerge = "^1.1.1"  sentry-sdk = "^2.7.1" +condorcet = "^0.1.1"  [tool.poetry.group.dev.dependencies]  ruff = "^0.5.1"  |