diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 18:44:29 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 18:44:29 +0530 |
commit | 634efb1bb30088685d7ae54f3b0963bcd4f076cc (patch) | |
tree | 2420510c4cc66d14f9a7c8a3dfb21288d0ae706c /requirements.txt | |
parent | 6a587a24a940763e0beb7fe35b5135bb2c586d2f (diff) |
added Sentry Support
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c41aed1..b457618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,6 +47,7 @@ pytest-codecov==0.3.0 pytest-cov==2.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pytest==6.2.4 requests==2.25.1 +sentry-sdk==1.1.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==1.4.17; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' starlette==0.14.2; python_version >= '3.6' |