zulip/requirements/dev.txt
Tim Abbott c77b1b2ac0 requirements: Stop using the -e feature for installing api bindings.
The `-e api/` line in requirements.txt caused various problems with
provisioning.  It's not entirely clearly why, but it seems likely to
be a bad interaction with our virtualenv caching logic.

Given that it only had marginal value over just installing the API
bindings in the first place, we're replacing this with just `api/`
instead.
2016-12-13 11:53:55 -08:00

27 lines
589 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@7e824313d98a96e52119c359a9b0233fe0b8e585#egg=fakeldap==0.5.1
# 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/