diff options
author | 2020-12-27 20:13:16 +0200 | |
---|---|---|
committer | 2020-12-27 20:13:16 +0200 | |
commit | 0925998fa618cae24d521e25d01a26cf6cdec4e3 (patch) | |
tree | 248ec6b72e2d5e2084f4b2755f9bc7882b2ebaf0 /pyproject.toml | |
parent | Merge pull request #46 from python-discord/ks123/responses-bulk-delete (diff) |
Add Sentry SDK to dependencies
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 8dd723d..4ea563d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ gunicorn = "^20.0.4" pydantic = "^1.7.2" spectree = "^0.3.16" deepmerge = "^0.1.1" +sentry-sdk = "^0.19.5" [tool.poetry.dev-dependencies] flake8 = "^3.8.4" |