summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ac876f0..0dfa793 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,6 +12,7 @@ license_file = LICENSE
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
requires-dist =
enum34; python_version<"3.4"
+ typing; python_version<"3.5"
configparser; python_version<"3.2"
pyflakes >= 2.0.0, < 2.1.0
pycodestyle >= 2.4.0, < 2.5.0