mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 08:24:46 +00:00
Removing setuptools from setup requirements
This commit is contained in:
parent
1ff4b2f508
commit
f8995a9b32
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -31,7 +31,6 @@ setup(
|
||||||
url="http://bitbucket.org/tarek/flake8",
|
url="http://bitbucket.org/tarek/flake8",
|
||||||
packages=["flake8", "flake8.tests"],
|
packages=["flake8", "flake8.tests"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"setuptools",
|
|
||||||
"pyflakes >= 0.6.1",
|
"pyflakes >= 0.6.1",
|
||||||
"pep8 >= 1.4.3",
|
"pep8 >= 1.4.3",
|
||||||
"mccabe >= 0.2",
|
"mccabe >= 0.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue