Add aiocontextvars to fix "RuntimeError: The aiohttp integration for Sentry requires Python 3.7+ or aiocontextvars package"

This commit is contained in:
Son NK 2020-08-11 08:44:06 +02:00
parent b064341f4e
commit ef45e28ab3
2 changed files with 3 additions and 1 deletions

View file

@ -43,3 +43,4 @@ pyspf
Flask-Limiter Flask-Limiter
memory_profiler memory_profiler
gevent gevent
aiocontextvars

View file

@ -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