This repository was archived by the owner on Oct 23, 2023. It is now read-only.
Commit 0dc769a
Add blinker to Sanic dependencies.
Pulling 6.7.0 and trying to do, `from raven.contrib.sanic import Sentry`, I get the following traceback:
```
Traceback (most recent call last):
File "application.py", line 1, in <module>
from raven.contrib.sanic import Sentry
File "/usr/local/lib/python3.6/site-packages/raven/contrib/sanic.py", line 13, in <module>
import blinker
ModuleNotFoundError: No module named 'blinker'
```
That's my bad. This should resolve that.1 parent 333feea commit 0dc769a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments