mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Pin pep8 dependecy.
Thanks @flox (@florentx)!
This commit is contained in:
parent
f06f484b21
commit
2d2744b017
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
|
||||
__version__ = '1.7.0'
|
||||
__version__ = '2.0'
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -42,7 +42,7 @@ setup(
|
|||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
scripts=scripts,
|
||||
install_requires=["flakey (==2.0)", "pep8 (>=1.4)"],
|
||||
install_requires=["flakey (==2.0)", "pep8 (==1.4.1)"],
|
||||
long_description=README,
|
||||
classifiers=[
|
||||
"Environment :: Console",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue