mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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`.
11 lines
161 B
Plaintext
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
|