diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-01-28 16:47:46 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-01-28 16:47:46 +0000 |
| commit | 532ea9ccab8a6271230d14b3f274e98bf829caba (patch) | |
| tree | 08bd0db89344993a6ed8c03992bd7283cf325a11 | |
| parent | d83fed0987939cb7257ba31d5065cb0256476614 (diff) | |
| parent | d6e63eec8ae03fc6bf2a26a9b1f834be174862ed (diff) | |
| download | flake8-532ea9ccab8a6271230d14b3f274e98bf829caba.tar.gz | |
Merge branch 'deps_setup_cfg' into 'master'
Also copy deps to setup.cfg
See merge request pycqa/flake8!286
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
