mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Add changelog entries
This commit is contained in:
parent
04401f8080
commit
876309ad97
3 changed files with 12 additions and 3 deletions
4
setup.py
4
setup.py
|
|
@ -36,8 +36,8 @@ setup(
|
|||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"pyflakes >= 0.7.3",
|
||||
"pep8 >= 1.4.6",
|
||||
"pyflakes >= 0.8.1",
|
||||
"pep8 >= 1.5.1",
|
||||
"mccabe >= 0.2.1",
|
||||
],
|
||||
entry_points={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue