Closed madisvain closed 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.
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.