diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-24 02:14:46 -0800 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-24 02:15:25 -0800 |
| commit | 3127d213f6dcc23e6f638d3e5c8cb9c10cac763a (patch) | |
| tree | 580e4c127269c1e6dcaf8684053e3ba29120f217 /setup.py | |
| parent | 03ea38df168036a38aff7af916c07c05fe1f2eb2 (diff) | |
| download | flake8-3127d213f6dcc23e6f638d3e5c8cb9c10cac763a.tar.gz | |
Some lint / mypy fixes
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ requires = [ extras_require = { ":python_version<'3.4'": ['enum34'], + ":python_version<'3.5'": ['typing'], ":python_version<'3.2'": ['configparser'], } |
