Files
zulip/requirements/py2_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

15 lines
257 B
Plaintext

-r common.txt
# Used for Hesiod lookups, etc.
pydns==2.3.6
# Needed for LDAP integration
python-ldap==2.4.32
# need for ipython, only on python 2
backports.shutil_get_terminal_size==1.0.0
enum34==1.1.6
# Install Python Social Auth
-r py2_socialauth.txt