aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2022-05-30 20:01:47 -0700
committerGravatar MarkKoz <[email protected]>2022-05-30 20:01:47 -0700
commit812374109a2adef13dd1a810cc69643c33de884f (patch)
treed1932b281961efea883281071633a6e0f36cd73f /tests
parentMove 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