mirror of https://github.com/zulip/zulip.git
Move coverage to dev requirements.txt.
This commit is contained in:
parent
5f958f46a5
commit
2640cc44c7
|
@ -2,6 +2,7 @@
|
||||||
-r docs.txt
|
-r docs.txt
|
||||||
-r moto.txt
|
-r moto.txt
|
||||||
-r py3k.txt
|
-r py3k.txt
|
||||||
|
coverage==4.0.3 # Needed to compute test coverage
|
||||||
pyflakes==0.9.1 # Needed to run pyflakes linter
|
pyflakes==0.9.1 # Needed to run pyflakes linter
|
||||||
transifex-client==0.11 # Needed to sync translations from transifex
|
transifex-client==0.11 # Needed to sync translations from transifex
|
||||||
urllib3==1.15.1 # Dependency of transifex-client
|
urllib3==1.15.1 # Dependency of transifex-client
|
||||||
|
|
Loading…
Reference in New Issue