mirror of https://github.com/zulip/zulip.git
27 lines
597 B
Plaintext
27 lines
597 B
Plaintext
-r common.txt
|
|
-r docs.txt
|
|
-r moto.txt
|
|
-r py3k.txt
|
|
|
|
# Needed for running tools/run-dev.py
|
|
-r twisted.txt
|
|
|
|
# Needed to compute test coverage
|
|
coverage==4.2
|
|
|
|
# fake for LDAP testing
|
|
git+https://github.com/umairwaheed/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.0zulip1
|
|
|
|
# Needed to run pyflakes linter
|
|
pyflakes==1.3.0
|
|
|
|
# Needed to sync translations from transifex
|
|
transifex-client==0.12.2
|
|
|
|
# Dependency of transifex-client
|
|
urllib3==1.19
|
|
|
|
# Install the Zulip API bindings into the virtualenv; note that this
|
|
# won't be automatically updated for new versions of api/.
|
|
api/
|