mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
Add aiocontextvars to fix "RuntimeError: The aiohttp integration for Sentry requires Python 3.7+ or aiocontextvars package"
This commit is contained in:
parent
b064341f4e
commit
ef45e28ab3
2 changed files with 3 additions and 1 deletions
|
@ -43,3 +43,4 @@ pyspf
|
||||||
Flask-Limiter
|
Flask-Limiter
|
||||||
memory_profiler
|
memory_profiler
|
||||||
gevent
|
gevent
|
||||||
|
aiocontextvars
|
|
@ -4,6 +4,7 @@
|
||||||
#
|
#
|
||||||
# pip-compile
|
# pip-compile
|
||||||
#
|
#
|
||||||
|
aiocontextvars==0.2.2 # via -r requirements.in
|
||||||
aiohttp==3.5.4 # via raven-aiohttp, yacron
|
aiohttp==3.5.4 # via raven-aiohttp, yacron
|
||||||
aiosmtpd==1.2 # via -r requirements.in
|
aiosmtpd==1.2 # via -r requirements.in
|
||||||
aiosmtplib==1.0.6 # via yacron
|
aiosmtplib==1.0.6 # via yacron
|
||||||
|
|
Loading…
Reference in a new issue