aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2022-10-22 19:12:26 +0100
committerGravatar wookie184 <[email protected]>2022-10-22 19:12:26 +0100
commit1170b7910a3c657c8826e1d753b4cc6de605023d (patch)
tree371033c8c1c40dfb30d2589c3c1b395ffe89fadc /pyproject.toml
parentMerge pull request #2298 from shtlrs/issue-2294-zen-command (diff)
Use pydantic to model nominations and split API handling into a new file
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 b5050ef63..b6288e573 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,6 +36,7 @@ regex = "2022.9.13"
sentry-sdk = "1.9.10"
statsd = "3.3.0"
tldextract = "3.4.0"
+pydantic = "^1.10.2"
[tool.poetry.dev-dependencies]
coverage = "6.5.0"