From d6e63eec8ae03fc6bf2a26a9b1f834be174862ed Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 28 Jan 2019 08:38:06 -0800 Subject: [PATCH] Also copy deps to setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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