diff --git a/setup.py b/setup.py index ea05341..a78deea 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,10 @@ def get_readme(): tests_require=[ 'pytest', 'pytest-djangoapp', + + # to support Python 3.6 and 3.7 'django<4.0.0', + 'contextvars', # for 3.6 ], classifiers=[