zulip/requirements/prod.txt
Tim Abbott 3fd1943eb6 requirements: Move api dependency out of common.txt.
This is preparation for using `pip compile` to help automate our
requirements files; `pip compile` does not support relative paths.
2017-05-13 22:13:00 -07:00

11 lines
357 B
Plaintext

netifaces==0.10.5
python-dateutil==2.5.3
uWSGI==2.0.14
# Install the Zulip API bindings into the virtualenv; note that this
# won't be automatically updated for new versions of api/. This is
# used in production for things like Nagios checks. While also needed
# in development, we can't move it to common.txt due to limitations in
# `pip compile`.
api/