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

Add blinker to requirements in documentation #1221

Closed jboegeholz closed 6 years ago

jboegeholz commented 6 years ago

After doing pip install raven --upgrade and starting the flask app the blinker module is missing.

Update of the documentation is needed.

ashwoods commented 6 years ago

Blinker is set as dependency of the flask integration, and the docs state you install raven for flask as pip install raven[flask]. @jboegeholz is that working for you?

jboegeholz commented 6 years ago

Thank You! I wasn't aware of the pip extras concept :-)