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

@ -42,4 +42,5 @@ webauthn
pyspf
Flask-Limiter
memory_profiler
gevent
gevent
aiocontextvars

View File

@ -4,6 +4,7 @@
#
# pip-compile
#
aiocontextvars==0.2.2 # via -r requirements.in
aiohttp==3.5.4 # via raven-aiohttp, yacron
aiosmtpd==1.2 # via -r requirements.in
aiosmtplib==1.0.6 # via yacron