Refactor setup.py

This commit is contained in:
Michael Mintz 2022-04-13 13:40:48 -04:00
parent 01669c9b16
commit 766f0328c4
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ setup(
'flake8==3.7.9;python_version<"3.5"',
'flake8==3.9.2;python_version>="3.5" and python_version<"3.6"',
'flake8==4.0.1;python_version>="3.6"',
'mccabe==0.6.1',
"mccabe==0.6.1",
'pyflakes==2.1.1;python_version<"3.5"',
'pyflakes==2.3.1;python_version>="3.5" and python_version<"3.6"',
'pyflakes==2.4.0;python_version>="3.6"',