mirror of https://github.com/zulip/zulip.git
requirements/py3_common.txt: Add missing packages.
These packages are imported but not used during setup. So it's okay to include them even if zulip doesn't support them yet.
This commit is contained in:
parent
367f6e5bf7
commit
52129c03c8
|
@ -2,3 +2,12 @@
|
|||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.1.0
|
||||
|
||||
# Django extension for static asset pipeline
|
||||
django-pipeline==1.6.8
|
||||
|
||||
# Needed for LDAP integration
|
||||
pyldap==2.4.25.1
|
||||
|
||||
# Needed for Twitter card integration
|
||||
python-twitter==3.1
|
||||
|
|
Loading…
Reference in New Issue