Skip to content

Commit

Permalink
add sentry to extras dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jschier committed Apr 19, 2024
1 parent fa1a41c commit ce239a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def run(self):
'git': 'pygit2>=1.9,<1.10', # The upper version bound is needed for Alpine 3.16 / Python 3.10
'encryption': 'cryptography',
'authz': 'jwcrypto',
'monitoring': "sentry-sdk==1.45.0"
},
cmdclass={
'build_py': custom_build_py,
Expand Down

0 comments on commit ce239a7

Please sign in to comment.