zulip/requirements/dev.txt
2016-07-28 14:38:23 -07:00

17 lines
267 B
Plaintext

-r common.txt
-r docs.txt
-r moto.txt
-r py3k.txt
# Needed to compute test coverage
coverage==4.2
# Needed to run pyflakes linter
pyflakes==1.2.3
# Needed to sync translations from transifex
transifex-client==0.12.1
# Dependency of transifex-client
urllib3==1.16