Also copy deps to setup.cfg

This commit is contained in:
Anthony Sottile 2019-01-28 08:38:06 -08:00
parent d83fed0987
commit d6e63eec8a

View file

@ -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