From cb2dd7ecbcbed1433876325054356e1bc254547b Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 11 Jul 2024 22:30:40 +0100 Subject: Add Condorcet calculation library --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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" -- cgit v1.2.3