aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-12 14:33:37 +0000
committerGravatar GitHub <[email protected]>2020-12-12 14:33:37 +0000
commit558b99282ddf742104c62519817954791beb605a (patch)
treecfa3b6e6a57de4278027e254385ddc759496b2b9 /pyproject.toml
parentAdd name and description fields to Form model (diff)
parentMerge pull request #17 from python-discord/ks123/response-model-endpoint (diff)
Merge branch 'main' into ks123/form-name-description
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 da2880f..41e5165 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,6 +16,7 @@ pyjwt = "^1.7.1"
httpx = "^0.16.1"
gunicorn = "^20.0.4"
pydantic = "^1.7.2"
+pydnsbl = "^1.1"
[tool.poetry.dev-dependencies]
flake8 = "^3.8.4"