summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-01-24 02:14:46 -0800
committerAnthony Sottile <asottile@umich.edu>2019-01-24 02:15:25 -0800
commit3127d213f6dcc23e6f638d3e5c8cb9c10cac763a (patch)
tree580e4c127269c1e6dcaf8684053e3ba29120f217 /setup.py
parent03ea38df168036a38aff7af916c07c05fe1f2eb2 (diff)
downloadflake8-3127d213f6dcc23e6f638d3e5c8cb9c10cac763a.tar.gz
Some lint / mypy fixes
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 841788a..528fc73 100644
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,7 @@ requires = [
extras_require = {
":python_version<'3.4'": ['enum34'],
+ ":python_version<'3.5'": ['typing'],
":python_version<'3.2'": ['configparser'],
}