Move coverage to dev requirements.txt.

This commit is contained in:
Tim Abbott 2016-06-20 16:42:10 -07:00
parent 5f958f46a5
commit 2640cc44c7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
-r docs.txt
-r moto.txt
-r py3k.txt
coverage==4.0.3 # Needed to compute test coverage
pyflakes==0.9.1 # Needed to run pyflakes linter
transifex-client==0.11 # Needed to sync translations from transifex
urllib3==1.15.1 # Dependency of transifex-client