zulip/requirements/dev.txt

17 lines
269 B
Plaintext
Raw Normal View History

-r common.txt
-r docs.txt
-r moto.txt
-r py3k.txt
2016-06-24 18:51:14 +02:00
# Needed to compute test coverage
coverage==4.0.3
# Needed to run pyflakes linter
pyflakes==0.9.1
# Needed to sync translations from transifex
transifex-client==0.11
# Dependency of transifex-client
urllib3==1.15.1