mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +00:00
Merge branch 'deps_setup_cfg' into 'master'
Also copy deps to setup.cfg See merge request pycqa/flake8!286
This commit is contained in:
commit
532ea9ccab
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ license_file = LICENSE
|
||||||
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
# http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
|
||||||
requires-dist =
|
requires-dist =
|
||||||
enum34; python_version<"3.4"
|
enum34; python_version<"3.4"
|
||||||
|
typing; python_version<"3.5"
|
||||||
configparser; python_version<"3.2"
|
configparser; python_version<"3.2"
|
||||||
pyflakes >= 2.0.0, < 2.1.0
|
pyflakes >= 2.0.0, < 2.1.0
|
||||||
pycodestyle >= 2.4.0, < 2.5.0
|
pycodestyle >= 2.4.0, < 2.5.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue