mirror of https://github.com/zulip/zulip.git
194 lines
4.0 KiB
Plaintext
194 lines
4.0 KiB
Plaintext
-r ipython.txt
|
|
# Django itself; we use a slightly patched version
|
|
Django==1.10.5
|
|
|
|
# Needed for rendering backend templates
|
|
Jinja2==2.9.6
|
|
|
|
# Needed for markdown processing
|
|
Markdown==2.6.8
|
|
MarkupSafe==1.0
|
|
|
|
# Needed for Image Processing
|
|
Pillow==4.1.0
|
|
|
|
# Needed for markdown processing
|
|
Pygments==2.2.0
|
|
|
|
# Needed for building complex DB queries
|
|
SQLAlchemy==1.1.9
|
|
|
|
# Needed for password hashing
|
|
argon2-cffi==16.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.46.1
|
|
|
|
certifi==2017.4.17
|
|
|
|
# Used for scrapy as well as argon2
|
|
cffi==1.10.0
|
|
|
|
chardet==3.0.2
|
|
|
|
# Needed for integrations
|
|
defusedxml==0.5.0
|
|
|
|
# Needed to generate diffs for edits
|
|
diff-match-patch==20121119
|
|
|
|
# Needed for LDAP support
|
|
django-auth-ldap==1.2.10
|
|
|
|
# Django extension providing bitfield support
|
|
django-bitfield==1.9.2
|
|
|
|
# Django-guardian is actually no longer used; just needed for the
|
|
# migration that removes it.
|
|
git+https://github.com/umairwaheed/django-guardian.git@a81edc9f8ef8268f3edb73dea61918f0e6e2e40d#egg=django-guardian==1.3.1
|
|
|
|
# Django extension for sending data to statsd
|
|
django-statsd-mozilla==0.3.16
|
|
|
|
docopt==0.6.2
|
|
fonttools==3.10.0
|
|
|
|
# Needed for mock 2.0.0
|
|
funcsigs==1.0.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.6.2
|
|
|
|
# Needed for the email mirror
|
|
html2text==2016.9.19
|
|
httplib2==0.10.3
|
|
|
|
# Needed for JWT-based auth
|
|
PyJWT==1.5.0
|
|
|
|
# Needed for USING_MANDRILL option for outgoing email
|
|
mandrill==1.0.57
|
|
|
|
# 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.0.0
|
|
oauthlib==2.0.2
|
|
|
|
# Required for Pillow==4.0.0
|
|
olefile==0.44
|
|
|
|
# Needed for mock>1.1.2
|
|
pbr==3.0.0
|
|
|
|
# Needed to access rabbitmq
|
|
pika==0.10.0
|
|
|
|
# Needed to access our database
|
|
psycopg2==2.6.2
|
|
|
|
pyasn1==0.2.3
|
|
pyasn1-modules==0.0.8
|
|
pycrypto==2.6.1
|
|
|
|
# Dependency of argon2-cffi
|
|
pycparser==2.17
|
|
|
|
# Needed for memcached usage
|
|
pylibmc==1.5.2
|
|
|
|
# Needed for timezone work
|
|
pytz==2017.2
|
|
|
|
# Needed for redis
|
|
redis==2.10.5
|
|
|
|
# Dependencies of our API
|
|
requests==2.13.0
|
|
|
|
requests_oauthlib==0.8.0
|
|
rsa==3.4.2
|
|
|
|
# Dependencies of our API
|
|
simplejson==3.10.0
|
|
|
|
# Needed for Tornado>3.2
|
|
singledispatch==3.4.0.3
|
|
|
|
# Needed for Python 2+3 compatibility
|
|
six==1.10.0
|
|
smmap==0.9.0
|
|
|
|
# Needed for Tornado websockets support
|
|
sockjs-tornado==1.0.3
|
|
|
|
# Needed to parse source maps for error reporting
|
|
sourcemap==0.2.0
|
|
|
|
# Needed for django-statsd-mozilla
|
|
statsd==3.2.1
|
|
|
|
# Tornado used for server->client push system
|
|
tornado==4.5.1
|
|
|
|
# Needed for Python static typing
|
|
typing==3.6.1
|
|
|
|
# Fast JSON parser
|
|
ujson==1.35
|
|
|
|
uritemplate==3.0.0
|
|
|
|
# Django extension for static asset pipeline
|
|
django-pipeline==1.6.12
|
|
|
|
# Needed for iOS push notifications
|
|
git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns==2.0.1
|
|
|
|
# Needed for Twitter card integration
|
|
# Note that pytest-runner is a dependency of python-twitter's setup; ideally it
|
|
# wouldn't be here. See: https://github.com/bear/python-twitter/issues/406
|
|
pytest-runner==2.11.1
|
|
python-twitter==3.2.1
|
|
|
|
# Needed for the email mirror
|
|
-r emailmirror.txt
|
|
|
|
# To parse po files
|
|
polib==1.0.8
|
|
|
|
# Needed for sprite generation
|
|
# We're using this version from git to ensure compatibility with
|
|
# Jinja2==2.8 (see https://github.com/jorgebastida/glue/pull/211).
|
|
git+https://github.com/lorenzogil/glue@01c00cd33b9b78ea868300c266c16acd59a81bfc#egg=glue==0.11.1
|
|
|
|
# Needed for cloning virtual environments
|
|
git+https://github.com/umairwaheed/virtualenv-clone.git@short-version#egg=virtualenv-clone==0.2.6
|
|
|
|
# Needed for reading json as stream
|
|
ijson==2.3
|
|
|
|
# Needed for link preview
|
|
beautifulsoup4==4.5.3
|
|
git+https://github.com/rafaelmartins/pyoembed.git@eb9901917c2a44b49e2887c077ead84a722c50dc#egg=pyoembed
|
|
|
|
# Install the Zulip API bindings into the virtualenv; note that this
|
|
# won't be automatically updated for new versions of api/. This is
|
|
# used in development for some tests and in production for things like
|
|
# Nagios checks.
|
|
api/
|