diff options
| author | 2020-12-18 16:09:04 +0200 | |
|---|---|---|
| committer | 2020-12-18 16:09:04 +0200 | |
| commit | 9a5487338414f8c764891772b39214c5a781a346 (patch) | |
| tree | 8bc16c3daceba605a8f744614606938421277d96 /pyproject.toml | |
| parent | Remove DNS blacklist field from antispam model (diff) | |
Remove pydnsbl dependency
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] |