getsentry / raven-python

Raven is the legacy Python client for Sentry (getsentry.com) — replaced by sentry-python
https://sentry.io
BSD 3-Clause "New" or "Revised" License
1.68k stars 657 forks source link

Blinker missing from requirements for Sanic #1231

Closed madisvain closed 6 years ago

madisvain commented 6 years ago

Blinker is imported in raven.contrib.sanic: https://github.com/getsentry/raven-python/blob/master/raven/contrib/sanic.py#L13

But missing from the sanic_requires in setup.py: https://github.com/getsentry/raven-python/blob/master/setup.py#L64

Also the extras_requires could include sanic: https://github.com/getsentry/raven-python/blob/master/setup.py#L126

If this is intentional then this issue can be closed. If I can be of help adding them then I can prepare a pull request.