mirror of https://github.com/zulip/zulip.git
requirements: Install the Zulip API bindings by default.
Now that we're no longer using the --install-option feature of requirements.txt, we can add this back in again.
This commit is contained in:
parent
497d1c1f4e
commit
0784c4b339
|
@ -17,3 +17,7 @@ transifex-client==0.12.2
|
|||
|
||||
# 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/
|
||||
|
|
Loading…
Reference in New Issue