mirror of https://github.com/docker/compose.git
Add flake8 to dev requirements
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
0847f8e84b
commit
6078736604
|
@ -1,4 +1,5 @@
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
|
flake8==3.5.0
|
||||||
mock>=1.0.1
|
mock>=1.0.1
|
||||||
pytest==2.7.2
|
pytest==2.7.2
|
||||||
pytest-cov==2.1.0
|
pytest-cov==2.1.0
|
||||||
|
|
Loading…
Reference in New Issue