2016-06-24 19:47:42 +02:00
|
|
|
# Django itself; we use a slightly patched version
|
2017-05-18 11:58:19 +02:00
|
|
|
Django==1.11.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for rendering backend templates
|
2017-04-21 22:03:58 +02:00
|
|
|
Jinja2==2.9.6
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for markdown processing
|
2017-02-24 21:21:07 +01:00
|
|
|
Markdown==2.6.8
|
2017-04-21 22:04:49 +02:00
|
|
|
MarkupSafe==1.0
|
2017-05-12 02:30:38 +02:00
|
|
|
Pygments==2.2.0
|
|
|
|
|
|
|
|
# Needed for manage.py
|
|
|
|
ipython==5.4.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Image Processing
|
2017-06-17 20:15:38 +02:00
|
|
|
Pillow==4.1.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for building complex DB queries
|
2017-06-17 21:52:37 +02:00
|
|
|
SQLAlchemy==1.1.10
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-02-27 01:01:43 +01:00
|
|
|
# Needed for password hashing
|
|
|
|
argon2-cffi==16.3.0
|
|
|
|
|
2016-08-12 23:51:39 +02:00
|
|
|
# Needed for Tornado >3.2 compatibility
|
2017-01-19 16:56:49 +01:00
|
|
|
backports-abc==0.5
|
2016-08-12 23:51:39 +02:00
|
|
|
|
2016-10-12 15:09:32 +02:00
|
|
|
# Needed for Tornado 4 compatibility
|
|
|
|
backports.ssl-match-hostname==3.5.0.1
|
|
|
|
|
2016-06-24 19:47:42 +02:00
|
|
|
# Needed for S3 file uploads
|
2017-06-17 16:29:03 +02:00
|
|
|
boto==2.47.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-04-21 12:10:41 +02:00
|
|
|
certifi==2017.4.17
|
2017-02-27 01:01:43 +01:00
|
|
|
|
|
|
|
# Used for scrapy as well as argon2
|
2017-04-21 12:11:46 +02:00
|
|
|
cffi==1.10.0
|
2017-02-27 01:01:43 +01:00
|
|
|
|
2017-06-17 16:31:50 +02:00
|
|
|
chardet==3.0.4
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-07-15 01:45:51 +02:00
|
|
|
# Pinned version because older versions don't compile on newer Linux.
|
|
|
|
# Not actually a direct dependency.
|
|
|
|
cryptography==1.9
|
|
|
|
|
2016-06-24 19:47:42 +02:00
|
|
|
# Needed for integrations
|
2017-02-24 20:27:25 +01:00
|
|
|
defusedxml==0.5.0
|
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
|
2017-06-17 16:34:56 +02:00
|
|
|
django-auth-ldap==1.2.12
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Django extension providing bitfield support
|
2017-06-17 19:22:19 +02:00
|
|
|
django-bitfield==1.9.3
|
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
|
|
|
|
2016-08-12 22:09:21 +02:00
|
|
|
docopt==0.6.2
|
2017-06-17 17:44:50 +02:00
|
|
|
fonttools==3.13.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Android push notifications
|
2016-12-13 08:41:48 +01:00
|
|
|
python-gcm==0.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
|
2017-02-24 20:30:42 +01:00
|
|
|
google-api-python-client==1.6.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for the email mirror
|
2016-10-16 08:54:26 +02:00
|
|
|
html2text==2016.9.19
|
2017-02-24 20:32:18 +01:00
|
|
|
httplib2==0.10.3
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-02-27 23:46:21 +01:00
|
|
|
# Needed for JWT-based auth
|
2017-04-21 22:40:08 +02:00
|
|
|
PyJWT==1.5.0
|
2017-02-27 23:46:21 +01:00
|
|
|
|
2016-12-31 01:44:11 +01:00
|
|
|
# Needed for including other markdown files for user docs
|
|
|
|
markdown-include==0.5.1
|
|
|
|
|
2016-06-24 19:47:42 +02:00
|
|
|
# Needed for mock objects in decorators
|
2016-08-12 22:09:21 +02:00
|
|
|
mock==2.0.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-06-17 18:01:51 +02:00
|
|
|
oauth2client==4.1.1
|
2017-04-21 22:05:49 +02:00
|
|
|
oauthlib==2.0.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2016-08-25 20:19:48 +02:00
|
|
|
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
|
|
|
# Needed by requests to send https request to some sites.
|
|
|
|
ndg-httpsclient==0.4.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
|
|
|
|
|
|
|
# Needed to access our database
|
2017-04-29 12:20:35 +02:00
|
|
|
psycopg2==2.7.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-02-26 18:16:09 +01:00
|
|
|
pyasn1==0.2.3
|
2017-06-17 20:26:29 +02:00
|
|
|
pyasn1-modules==0.0.9
|
2015-06-10 20:57:08 +02:00
|
|
|
pycrypto==2.6.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for memcached usage
|
2017-04-21 22:40:32 +02:00
|
|
|
pylibmc==1.5.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for timezone work
|
2017-04-21 22:43:56 +02:00
|
|
|
pytz==2017.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for redis
|
2016-08-12 22:09:21 +02:00
|
|
|
redis==2.10.5
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Dependencies of our API
|
2017-06-20 07:04:09 +02:00
|
|
|
requests==2.18.1
|
|
|
|
idna==2.5
|
|
|
|
urllib3==1.21.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
2017-02-25 13:06:27 +01:00
|
|
|
requests_oauthlib==0.8.0
|
2016-07-19 08:47:05 +02:00
|
|
|
rsa==3.4.2
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Dependencies of our API
|
2017-01-19 12:16:11 +01:00
|
|
|
simplejson==3.10.0
|
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
|
2016-08-13 02:59:11 +02:00
|
|
|
sockjs-tornado==1.0.3
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed to parse source maps for error reporting
|
2017-01-19 12:17:20 +01:00
|
|
|
sourcemap==0.2.0
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Tornado used for server->client push system
|
2017-04-21 22:56:44 +02:00
|
|
|
tornado==4.5.1
|
2016-06-24 19:47:42 +02:00
|
|
|
|
|
|
|
# Needed for Python static typing
|
2017-04-22 01:15:59 +02:00
|
|
|
typing==3.6.1
|
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
|
|
|
|
2016-11-04 19:04:51 +01:00
|
|
|
uritemplate==3.0.0
|
2016-06-23 09:43:21 +02:00
|
|
|
|
2016-07-04 09:33:57 +02:00
|
|
|
# Django extension for static asset pipeline
|
2017-06-17 19:21:40 +02:00
|
|
|
django-pipeline==1.6.13
|
2016-06-08 12:32:59 +02:00
|
|
|
|
2017-05-24 00:03:53 +02:00
|
|
|
# Django extension for serving webpack modules
|
|
|
|
django-webpack-loader==0.5.0
|
|
|
|
|
2016-06-08 12:32:59 +02:00
|
|
|
# Needed for iOS push notifications
|
2017-05-12 02:30:38 +02:00
|
|
|
-e git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns==2.0.1
|
2016-07-16 06:48:10 +02:00
|
|
|
|
2017-06-17 20:30:30 +02:00
|
|
|
python-twitter==3.3
|
2016-07-16 06:48:10 +02:00
|
|
|
|
2016-07-19 09:12:06 +02:00
|
|
|
# Needed for the email mirror
|
2016-07-16 06:48:10 +02:00
|
|
|
-r emailmirror.txt
|
2016-07-26 14:34:18 +02:00
|
|
|
|
|
|
|
# To parse po files
|
2017-01-19 12:37:16 +01:00
|
|
|
polib==1.0.8
|
2016-06-15 21:43:53 +02:00
|
|
|
|
2016-08-11 13:32:17 +02:00
|
|
|
# Needed for cloning virtual environments
|
2017-05-12 02:30:38 +02:00
|
|
|
-e git+https://github.com/umairwaheed/virtualenv-clone.git@short-version#egg=virtualenv-clone==0.2.6
|
2016-10-24 18:32:09 +02:00
|
|
|
|
|
|
|
# Needed for reading json as stream
|
|
|
|
ijson==2.3
|
2016-11-09 14:07:29 +01:00
|
|
|
|
2016-10-27 12:06:44 +02:00
|
|
|
# Needed for link preview
|
2017-06-17 16:28:01 +02:00
|
|
|
beautifulsoup4==4.6.0
|
2017-05-12 02:30:38 +02:00
|
|
|
-e git+https://github.com/rafaelmartins/pyoembed.git@eb9901917c2a44b49e2887c077ead84a722c50dc#egg=pyoembed
|
2017-07-05 04:57:10 +02:00
|
|
|
|
|
|
|
# The Zulip API bindings, from its own repository.
|
|
|
|
# We integrate with these tightly, so often it makes sense to pin a
|
|
|
|
# version from Git rather than a release.
|
2017-08-01 02:10:18 +02:00
|
|
|
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.2#egg=zulip==0.3.2&subdirectory=zulip"
|
|
|
|
-e "git+https://github.com/zulip/python-zulip-api.git@0.3.2#egg=zulip_bots==0.3.2&subdirectory=zulip_bots"
|