Downgrade flake8-functions
The newer release pulls in a new dependency which breaks my flake8 installation...
This commit is contained in:
parent
a5bfbdb07b
commit
2b1dca8305
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
[metadata]
|
[metadata]'),
|
||||||
name = dosage
|
name = dosage
|
||||||
description = a comic strip downloader and archiver
|
description = a comic strip downloader and archiver
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
|
@ -67,7 +67,7 @@ dev =
|
||||||
flake8-comprehensions
|
flake8-comprehensions
|
||||||
flake8-eradicate
|
flake8-eradicate
|
||||||
flake8-fixme
|
flake8-fixme
|
||||||
flake8-functions
|
flake8-functions==0.0.4
|
||||||
flake8-future-import
|
flake8-future-import
|
||||||
flake8-logging-format
|
flake8-logging-format
|
||||||
flake8-no-fstring;python_version>'3.5'
|
flake8-no-fstring;python_version>'3.5'
|
||||||
|
|
Loading…
Reference in a new issue