2016-06-18 16:10:28 +02:00
|
|
|
-r common.txt
|
2016-06-21 01:01:43 +02:00
|
|
|
-r docs.txt
|
2016-06-21 01:29:11 +02:00
|
|
|
-r moto.txt
|
2016-06-18 16:10:28 +02:00
|
|
|
-r py3k.txt
|
2016-06-24 18:51:14 +02:00
|
|
|
|
2016-10-05 10:47:16 +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
|
2017-01-19 12:39:52 +01:00
|
|
|
coverage==4.3.4
|
2016-06-24 18:51:14 +02:00
|
|
|
|
2016-10-28 20:03:54 +02:00
|
|
|
# fake for LDAP testing
|
2016-12-13 10:54:19 +01:00
|
|
|
git+https://github.com/umairwaheed/fakeldap.git@37bc199e9589c31f4bb5bae1445ad1cd7f84e1ac#egg=fakeldap==0.5.1.0zulip1
|
2016-10-28 20:03:54 +02:00
|
|
|
|
2016-06-24 18:51:14 +02:00
|
|
|
# Needed to run pyflakes linter
|
2017-01-19 12:54:38 +01:00
|
|
|
pyflakes==1.5.0
|
2016-06-24 18:51:14 +02:00
|
|
|
|
|
|
|
# Needed to sync translations from transifex
|
2016-08-12 22:09:21 +02:00
|
|
|
transifex-client==0.12.2
|
2016-06-24 18:51:14 +02:00
|
|
|
|
|
|
|
# Dependency of transifex-client
|
2016-11-04 19:04:51 +01:00
|
|
|
urllib3==1.19
|
2016-10-11 02:19:41 +02:00
|
|
|
|
2016-12-13 20:24:56 +01:00
|
|
|
# Install the Zulip API bindings into the virtualenv; note that this
|
|
|
|
# won't be automatically updated for new versions of api/.
|
|
|
|
api/
|