diff options
author | 2020-12-17 12:53:14 +0300 | |
---|---|---|
committer | 2020-12-17 12:55:59 +0300 | |
commit | 2552ca6aa43d148b12d19dd6c511fa14864cede4 (patch) | |
tree | b0e485760dec7c82f3165bfce0651f1f70534b07 /pyproject.toml | |
parent | Adds Webhook Sending Functionality (diff) | |
parent | Merge pull request #37 from python-discord/docs/api-spec (diff) |
Merge branch 'main' into discord-webhook
Signed-off-by: Hassan Abouelela <[email protected]>
# Conflicts:
# backend/routes/forms/submit.py
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 774dc4c..b14e876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ httpx = "^0.16.1" gunicorn = "^20.0.4" pydantic = "^1.7.2" pydnsbl = "^1.1" +spectree = "^0.3.16" [tool.poetry.dev-dependencies] flake8 = "^3.8.4" |