From f0cdbb4b1a9b8d247970f071868b93aaac4bc0b6 Mon Sep 17 00:00:00 2001 From: Eric Fung Date: Tue, 6 Apr 2021 14:41:20 -0400 Subject: [PATCH] google_styleguide.py references the six module --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c293a54..07770f8 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ def get_version(): 'GitPython~=2.1.11', 'typing~=3.6.6 ; python_version<"3.5"', 'autopep8~=1.4', + 'six', ], extras_require={ ':python_version>="3.0"': [