diff options
author | 2022-05-30 20:01:47 -0700 | |
---|---|---|
committer | 2022-05-30 20:01:47 -0700 | |
commit | 812374109a2adef13dd1a810cc69643c33de884f (patch) | |
tree | d1932b281961efea883281071633a6e0f36cd73f /tests | |
parent | Move logging code to separate utility modules (diff) |
Make Sentry SDK and gunicorn optional dependencies
Falcon provides a WSGI app which can be used by any server, not just
gunicorn. Thus, make gunicorn optional in case the user wants to use
a different server. There shouldn't be any import errors since the class
is now in an isolated module. The only time that module is imported is
when gunicorn loads its config.
Sentry is there for Python Discord mainly, so this dependency shouldn't
be imposed on others.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions