diff options
| author | 2020-12-21 04:44:12 +0300 | |
|---|---|---|
| committer | 2020-12-21 04:44:31 +0300 | |
| commit | 934be7a6c02d6f4e3741af5e1104a0d9822ea82d (patch) | |
| tree | dfa6e6779a451bc9bcf4ac22c3217ade1ccadee6 /pyproject.toml | |
| parent | Adds and Documents Webhook Message Variables (diff) | |
| parent | Merge pull request #40 from python-discord/ks123/form-patch (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, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b14e876..49e0f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ pyjwt = "^1.7.1" httpx = "^0.16.1" gunicorn = "^20.0.4" pydantic = "^1.7.2" -pydnsbl = "^1.1" spectree = "^0.3.16" [tool.poetry.dev-dependencies] |