aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-07-11 22:30:40 +0100
committerGravatar Joe Banks <[email protected]>2024-07-11 22:30:40 +0100
commitcb2dd7ecbcbed1433876325054356e1bc254547b (patch)
tree98e72c8308ec5ea04f93eeba7c43272ba441c781 /pyproject.toml
parentReturn errors in JSON format so they can still be easily parsed (diff)
Add Condorcet calculation library
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
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"