zulip/requirements/common.in

206 lines
4.8 KiB
Plaintext
Raw Normal View History

# 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.16
# needed for mypy TypedDict
mypy_extensions==0.4.1
# Needed for rendering backend templates
2018-02-13 20:24:45 +01:00
Jinja2==2.10
# Needed for markdown processing
Markdown==2.6.11
MarkupSafe==1.1.0
Pygments==2.2.0
# Needed for manage.py
ipython==6.5.0
# Needed for Image Processing
2018-11-09 11:26:42 +01:00
Pillow==5.3.0
# Needed for building complex DB queries
SQLAlchemy==1.2.14
# Needed for password hashing
argon2-cffi==18.3.0
# Needed for Tornado >3.2 compatibility
backports-abc==0.5
# Needed for Tornado 4 compatibility
backports.ssl-match-hostname==3.5.0.1
# Needed for S3 file uploads
boto==2.49.0
certifi==2018.10.15
# Used for scrapy as well as argon2
2018-04-01 17:10:05 +02:00
cffi==1.11.5
chardet==3.0.4
# Pinned version because older versions don't compile on newer Linux.
# Not actually a direct dependency.
cryptography==2.4.1
# Needed for integrations
defusedxml==0.5.0
# Needed for LDAP support
django-auth-ldap==1.7.0
# Django extension providing bitfield support
-e git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
# Django extension for sending data to statsd
django-statsd-mozilla==0.4.0
docopt==0.6.2
# Needed for Android push notifications
python-gcm==0.4
gitdb==0.6.4
# Needed for Google Apps mobile auth
google-api-python-client==1.7.4
# Needed for the email mirror
html2text==2018.1.9
httplib2==0.11.3
-e git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
# Needed for inlining the CSS in emails
premailer==3.2.0
# Needed for JWT-based auth
2018-05-24 21:47:19 +02:00
PyJWT==1.6.4
# Needed for including other markdown files for user docs
markdown-include==0.5.1
# Needed for mock objects in decorators
mock==2.0.0
oauth2client==4.1.3
oauthlib==2.1.0
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
# Needed by requests to send https request to some sites.
ndg-httpsclient==0.5.1
# Needed to access rabbitmq
# See #8466 for why we're not using the latest version.
pika==0.11.0
# Needed to access our database
psycopg2==2.7.6.1 --no-binary psycopg2
pyasn1==0.4.4
pyasn1-modules==0.2.2
pycrypto==2.6.1
# 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.6.1
# Needed for timezone work
pytz==2018.5
# Needed for redis
redis==2.10.6
requests_oauthlib==1.0.0
2018-11-09 16:16:11 +01:00
rsa==4.0
# Needed for Python 2+3 compatibility
2017-10-27 22:26:39 +02:00
six==1.11.0
smmap==0.9.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
# Needed for Python static typing
2018-11-12 07:57:00 +01:00
typing==3.6.6
# Fast JSON parser
-e git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
uritemplate==3.0.0
# Django extension for static asset pipeline
django-pipeline==1.6.14
# Django extension for serving webpack modules
django-webpack-loader==0.6.0
# Needed for iOS push notifications
2018-05-24 13:05:23 +02:00
apns2==0.4.1
python-twitter==3.5
# To parse po files
2018-02-13 20:53:36 +01:00
polib==1.1.0
# Needed for cloning virtual environments
virtualenv-clone==0.4.0
# Needed for reading json as stream
ijson==2.3
# Needed for link preview
beautifulsoup4==4.6.3
pyoembed==0.1.2
# 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.5.6#egg=zulip==0.5.6_git&subdirectory=zulip"
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.6#egg=zulip_bots==0.5.6+git&subdirectory=zulip_bots"
# Used for Hesiod lookups, etc.
py3dns==3.2.0
2016-07-20 12:16:02 +02:00
# Install Python Social Auth
social-auth-app-django==3.1.0
# Needed for messages' rendered content parsing in push notifications.
2018-10-31 20:08:53 +01:00
lxml==4.2.5
# Needed for 2-factor authentication
django-two-factor-auth==1.8.0
twilio==6.19.2
# Needed for processing payments (in zilencer)
2018-07-31 17:56:59 +02:00
stripe==2.3.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.38
# Needed for parsing YAML with JSON references from the REST API spec files
2018-06-21 00:37:50 +02:00
yamole==2.1.5
# 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"