aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-06 18:44:29 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-06 18:44:29 +0530
commit634efb1bb30088685d7ae54f3b0963bcd4f076cc (patch)
tree2420510c4cc66d14f9a7c8a3dfb21288d0ae706c /requirements.txt
parent6a587a24a940763e0beb7fe35b5135bb2c586d2f (diff)
added Sentry Support
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
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'