mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue