Install contextvars for python_version < "3.7"

This commit is contained in:
grossmj 2021-03-28 21:25:13 +10:30
parent 0fea3f969e
commit f9127e199e

View File

@ -17,3 +17,4 @@ python-jose==3.2.0
email-validator==1.1.2
async-exit-stack==1.0.1 ; python_version < "3.7"
async-generator==1.10 ; python_version < "3.7"
contextvars==2.4.0 ; python_version < "3.7"