diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 19:14:06 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 19:14:06 +0530 |
commit | b752efffe410c9cc9cd53f8c50a5fb9f75069e93 (patch) | |
tree | a174b06e9ccf08f7a7a6bdf957968b97a51442f5 | |
parent | fee2c1ec8dc21a422a1c39e7542b4d32ffec19cb (diff) |
fix requirements
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b457618..1cdaf8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +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 +sentry-sdk[flask] 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' |