diff options
author | 2020-12-12 14:32:13 +0000 | |
---|---|---|
committer | 2020-12-12 14:32:13 +0000 | |
commit | 35626c80026931dc7306f06bcd5e7cdc70d4dddc (patch) | |
tree | a7649a765812096a21a87b8089f5977517c80a43 /pyproject.toml | |
parent | Merge pull request #16 from python-discord/add-form-response-schema (diff) | |
parent | Make JSON errors more JS friendly and add response codes (diff) |
Merge pull request #17 from python-discord/ks123/response-model-endpoint
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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" |