2016-06-21 01:31:56 +02:00
|
|
|
-r ipython.txt
|
2016-06-24 19:47:42 +02:00
|
|
|
# Django itself; we use a slightly patched version
|
2016-04-28 19:52:11 +02:00
|
|
|
git+https://github.com/zulip/truncated-django.git
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
GitPython==0.3.2.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for rendering backend templates
|
2016-07-23 20:37:34 +02:00
|
|
|
Jinja2==2.8
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for markdown processing
|
2015-06-10 20:57:08 +02:00
|
|
|
Markdown==2.1.1
|
2016-07-23 20:37:34 +02:00
|
|
|
MarkupSafe==0.23
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Image Processing
|
2016-07-26 08:12:22 +02:00
|
|
|
Pillow==3.3.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for markdown processing
|
2015-06-10 20:57:08 +02:00
|
|
|
Pygments==2.0.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for building complex DB queries
|
2015-06-10 20:57:08 +02:00
|
|
|
SQLAlchemy==0.7.8
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for S3 file uploads
|
2015-06-10 20:57:08 +02:00
|
|
|
boto==2.38.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
certifi==2015.4.28
|
2016-04-06 19:07:12 +02:00
|
|
|
cffi==1.5.2
|
2015-06-10 20:57:08 +02:00
|
|
|
chardet==2.3.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2016-07-15 01:10:53 +02:00
|
|
|
cryptography==1.4
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for integrations
|
2015-06-10 20:57:08 +02:00
|
|
|
defusedxml==0.4.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed to generate diffs for edits
|
2015-06-10 20:57:08 +02:00
|
|
|
diff-match-patch==20121119
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for LDAP support
|
2016-07-08 19:47:36 +02:00
|
|
|
django-auth-ldap==1.2.8
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Django extension providing bitfield support
|
2015-08-19 03:37:05 +02:00
|
|
|
django-bitfield==1.8.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Django-guardian is actually no longer used; just needed for the
|
|
|
|
# migration that removes it.
|
2015-08-19 03:37:05 +02:00
|
|
|
git+https://github.com/rwbarton/django-guardian.git@caf9f0c8c035feb3dff5542fb042dd13126cdd69
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2016-07-18 19:29:06 +02:00
|
|
|
# Django extension for sending data to statsd
|
2016-07-21 04:03:29 +02:00
|
|
|
django-statsd-mozilla==0.3.16
|
2016-07-18 19:29:06 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
docopt==0.4.0
|
2015-09-25 08:56:36 +02:00
|
|
|
fonttools==3.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Android push notifications
|
2015-06-10 20:57:08 +02:00
|
|
|
gcm-client==0.1.4
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
gitdb==0.6.4
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Google Apps mobile auth
|
2015-06-10 20:57:08 +02:00
|
|
|
google-api-python-client==1.4.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for the email mirror
|
2015-06-10 20:57:08 +02:00
|
|
|
html2text==2015.6.6
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
httplib2==0.9.1
|
|
|
|
idna==2.0
|
|
|
|
ipaddress==1.0.7
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for JWT-based auth
|
2015-06-10 20:57:08 +02:00
|
|
|
jwt==0.3.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for USING_MANDRILL option for outgoing email
|
2015-06-10 20:57:08 +02:00
|
|
|
mandrill==1.0.57
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for mock objects in decorators
|
2015-06-10 20:57:08 +02:00
|
|
|
mock==1.0.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
oauth2client==1.4.11
|
2016-07-16 06:48:10 +02:00
|
|
|
oauthlib==1.1.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed to access rabbitmq
|
2016-05-08 00:53:02 +02:00
|
|
|
pika==0.10.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Wrapper for mailchimp api
|
2015-06-10 20:57:08 +02:00
|
|
|
postmonkey==1.0b0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed to access our database
|
2015-06-10 20:57:08 +02:00
|
|
|
psycopg2==2.6
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Python wrapper around OpenSSL
|
2015-06-10 20:57:08 +02:00
|
|
|
pyOpenSSL==0.15.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
pyasn1==0.1.7
|
|
|
|
pyasn1-modules==0.0.5
|
|
|
|
pycparser==2.14
|
|
|
|
pycrypto==2.6.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for memcached usage
|
2016-07-27 05:18:52 +02:00
|
|
|
pylibmc==1.5.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for timezone work
|
2015-06-10 20:57:08 +02:00
|
|
|
pytz==2015.4
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for redis
|
2015-06-10 20:57:08 +02:00
|
|
|
redis==2.10.3
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Dependencies of our API
|
2016-07-16 06:48:10 +02:00
|
|
|
requests==2.10.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2016-07-16 06:48:10 +02:00
|
|
|
requests_oauthlib==0.6.2
|
2016-07-19 08:47:05 +02:00
|
|
|
rsa==3.4.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Dependencies of our API
|
2015-06-10 20:57:08 +02:00
|
|
|
simplejson==3.7.3
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Python 2+3 compatibility
|
2016-07-02 03:22:11 +02:00
|
|
|
six==1.10.0
|
2015-06-10 20:57:08 +02:00
|
|
|
smmap==0.9.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Tornado websockets support
|
2015-06-10 20:57:08 +02:00
|
|
|
sockjs-tornado==1.0.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed to parse source maps for error reporting
|
2015-06-10 20:57:08 +02:00
|
|
|
sourcemap==0.1.8
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2016-07-21 04:03:29 +02:00
|
|
|
# Needed for django-statsd-mozilla
|
|
|
|
statsd==3.2.1
|
|
|
|
|
2016-06-24 19:47:42 +02:00
|
|
|
# Tornado used for server->client push system
|
2016-07-27 01:25:12 +02:00
|
|
|
tornado==3.1.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Python static typing
|
2016-07-19 08:44:50 +02:00
|
|
|
typing==3.5.2.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Fast JSON parser
|
2016-07-13 07:26:02 +02:00
|
|
|
ujson==1.35
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2015-06-10 20:57:08 +02:00
|
|
|
uritemplate==0.6
|
2016-06-23 09:43:21 +02:00
|
|
|
|
2016-07-04 09:33:57 +02:00
|
|
|
# Django extension for static asset pipeline
|
|
|
|
django-pipeline==1.6.8
|
2016-06-08 12:32:59 +02:00
|
|
|
|
|
|
|
# Needed for iOS push notifications
|
|
|
|
git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns-2.0.1
|
2016-07-16 06:48:10 +02:00
|
|
|
|
|
|
|
# Needed for Twitter card integration
|
|
|
|
git+https://github.com/bear/python-twitter@7fafaf291512bd103c3de2cb478ab48377c424d5
|
|
|
|
|
2016-07-19 09:12:06 +02:00
|
|
|
# Needed for the email mirror and for running tools/run-dev.py
|
|
|
|
-r twisted.txt
|
|
|
|
|
|
|
|
# Needed for the email mirror
|
2016-07-16 06:48:10 +02:00
|
|
|
-r emailmirror.txt
|