diff --git a/setup.cfg b/setup.cfg index c181fac0..fe72abbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,8 @@ exclude = tests [options.extras_require] -django = django>=2.2; python_version>="3.0" +django = + django>=2.2; python_version>="3.0" flask = flask requests = requests