zulip/requirements/dev.txt

24 lines
455 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 for running tools/run-dev.py
-r twisted.txt
2016-06-24 18:51:14 +02:00
# Needed to compute test coverage
2016-07-28 05:28:17 +02:00
coverage==4.2
2016-06-24 18:51:14 +02:00
# Needed to run pyflakes linter
pyflakes==1.3.0
2016-06-24 18:51:14 +02:00
# Needed to sync translations from transifex
transifex-client==0.12.2
2016-06-24 18:51:14 +02:00
# Dependency of transifex-client
urllib3==1.18
# Install the Zulip API bindings into the virtualenv in edit mode, so
# that we're always running the latest version in git.
-e api/