mirror of https://github.com/zulip/zulip.git
176 lines
4.4 KiB
Plaintext
176 lines
4.4 KiB
Plaintext
# After editing this file, you MUST afterward run
|
|
# /tools/update-locked-requirements to update requirements/dev.txt
|
|
# and requirements/prod.txt.
|
|
# See requirements/README.md for more detail.
|
|
# Django itself
|
|
Django==1.11.22
|
|
|
|
# needed for mypy TypedDict
|
|
mypy_extensions==0.4.1
|
|
|
|
# Needed for rendering backend templates
|
|
Jinja2==2.10.1
|
|
|
|
# Needed for markdown processing
|
|
Markdown==3.1.1
|
|
Pygments==2.3.1
|
|
hyperlink==19.0.0
|
|
|
|
# Needed for manage.py
|
|
ipython==6.5.0
|
|
|
|
# Needed for Image Processing
|
|
Pillow==6.1.0
|
|
|
|
# Needed for building complex DB queries
|
|
SQLAlchemy==1.3.3
|
|
|
|
# Needed for password hashing
|
|
argon2-cffi==19.1.0
|
|
|
|
# Needed for S3 file uploads
|
|
boto==2.49.0
|
|
|
|
# Needed for integrations
|
|
defusedxml==0.5.0
|
|
|
|
# Needed for LDAP support
|
|
django-auth-ldap==2.0.0
|
|
|
|
# Django extension providing bitfield support
|
|
django-bitfield==1.9.6
|
|
|
|
# Django extension for sending data to statsd
|
|
django-statsd-mozilla==0.4.0
|
|
|
|
# Needed for Android push notifications
|
|
python-gcm==0.4
|
|
|
|
# Needed for the email mirror
|
|
html2text==2018.1.9
|
|
httplib2==0.13.0
|
|
-e git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
|
|
|
# Needed for hipchat import
|
|
hypchat==0.21
|
|
|
|
# For doing highly usable Python profiling
|
|
-e git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
|
|
|
# Needed for inlining the CSS in emails
|
|
premailer==3.4.0
|
|
|
|
# Needed for JWT-based auth
|
|
PyJWT==1.7.1
|
|
|
|
# Needed for including other markdown files for user docs
|
|
markdown-include==0.5.1
|
|
|
|
# Needed for mock objects in decorators
|
|
mock==2.0.0
|
|
|
|
# Needed to access rabbitmq
|
|
# See #8466 for why we're not using the latest version.
|
|
pika==0.13.0
|
|
|
|
# Needed to access our database
|
|
psycopg2==2.8.2 --no-binary psycopg2
|
|
|
|
# Needed for memcached usage
|
|
pylibmc==1.6.0
|
|
|
|
# Needed for compression support in memcached via pylibmc
|
|
django-pylibmc==0.6.1
|
|
|
|
# Needed for zerver/tests/test_timestamp.py
|
|
python-dateutil==2.8.0
|
|
|
|
# Needed for timezone work
|
|
pytz==2019.1
|
|
|
|
# Needed for redis
|
|
redis==2.10.6
|
|
|
|
# Needed for Python 2+3 compatibility
|
|
six==1.12.0
|
|
|
|
# Needed for Tornado websockets support
|
|
sockjs-tornado==1.0.6
|
|
|
|
# Needed to parse source maps for error reporting
|
|
sourcemap==0.2.1
|
|
|
|
# Tornado used for server->client push system
|
|
tornado==4.5.3
|
|
|
|
# Fast JSON parser
|
|
-e git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
|
|
|
# Django extension for serving webpack modules
|
|
django-webpack-loader==0.6.0
|
|
|
|
# Needed for iOS push notifications
|
|
apns2==0.5.0
|
|
|
|
python-twitter==3.5
|
|
|
|
# To parse po files
|
|
polib==1.1.0
|
|
|
|
# Needed for cloning virtual environments
|
|
virtualenv-clone==0.5.3
|
|
|
|
# Needed for reading json as stream
|
|
ijson==2.3
|
|
|
|
# Needed for link preview
|
|
beautifulsoup4==4.8.0
|
|
pyoembed==0.1.2
|
|
python-magic==0.4.15
|
|
|
|
# The Zulip API bindings, from its own repository. We integrate with
|
|
# these tightly, including fetching content not included in the normal
|
|
# release tarballs (which is a bug). So we need to pin it makes sense
|
|
# to pin a version from Git rather than a release.
|
|
-e "git+https://github.com/zulip/python-zulip-api.git@0.6.1#egg=zulip==0.6.1_git&subdirectory=zulip"
|
|
-e "git+https://github.com/zulip/python-zulip-api.git@0.6.1#egg=zulip_bots==0.6.1+git&subdirectory=zulip_bots"
|
|
|
|
# Used for Hesiod lookups, etc.
|
|
py3dns==3.2.0
|
|
|
|
# Install Python Social Auth
|
|
social-auth-app-django==3.1.0
|
|
|
|
# Needed for messages' rendered content parsing in push notifications.
|
|
lxml==4.3.3
|
|
|
|
# Needed for 2-factor authentication
|
|
django-two-factor-auth==1.9.1
|
|
|
|
# Required by django-phonenumber-field which is a dependency of django-two-factor-auth.
|
|
# Developers can install either phonenumberslite or phonenumbers. Developers of
|
|
# django-two-factor-auth has not specified which package to install so we are going
|
|
# with phonenumberslite since it has less memory footprint.
|
|
phonenumberslite==8.10.12
|
|
|
|
twilio==6.26.2
|
|
|
|
# Needed for processing payments (in corporate)
|
|
stripe==2.21.0
|
|
|
|
# Needed for serving uploaded files from nginx but perform auth checks in django.
|
|
django-sendfile==0.3.11
|
|
|
|
# For checking whether email of the user is from a disposable email provider.
|
|
disposable-email-domains==0.0.52
|
|
|
|
# Needed for parsing YAML with JSON references from the REST API spec files
|
|
yamole==2.1.6
|
|
|
|
# Needed for signing thumbnail requests so that they can be authenticated on the
|
|
# other end. Using a fork to eliminate a really slow pkgresources import.
|
|
-e "git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip"
|
|
|
|
# Needed for string matching in AlertWordProcessor
|
|
pyahocorasick==1.4.0
|