Files
zulip/requirements/py3_common.txt
Tim Abbott 864bc99aeb requirements: Move common includes to py2/py3, not dev/prod.
This is a nonfunctional refactor of how the common.txt requirements
are included.  It is preparation for a new model for freezing our
recursive dependencies based on `pip compile`.
2017-05-13 22:09:42 -07:00

11 lines
161 B
Plaintext

-r common.txt
# Used for Hesiod lookups, etc.
py3dns==3.1.0
# Needed for LDAP integration
pyldap==2.4.25.1
# Install Python Social Auth
-r py3_socialauth.txt