-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
51 lines (38 loc) · 1 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Needed for DB connection.
mysqlclient==1.4.2
# Package for sending push notifications for IOS device.
apns2==0.4.1
# Package for sending push notifications for Android device.
python-gcm==0.4.0
pyfcm==1.4.2
Django==1.11.20
# Framwork used for the API.
djangorestframework==3.6.4
redis==2.10.6
redis-py-cluster==1.3.4
sqlparse==0.2.3
# Testing.
django-nose==1.4.5
coverage==4.4.1
django-extensions==1.9.8
testfixtures==5.3.1
freezegun==0.3.9
# Logging.
raven==6.1.0
# Logging to Logentries
logentries==0.17
# Send metrics to prometheus
prometheus_client==0.2.0
# The modular source code checker: pep8, pyflakes and co
flake8==3.4.1
flake8-commas==1.0.0
flake8-docstrings==1.1.0
flake8-import-order==0.13
# Custom plugin to disallow app imports and relative imports to be in the same block.
git+https://github.com/wearespindle/[email protected]#egg=flake8-import-order-spindle
flake8-quotes==0.13.0
# Async "patches".
gevent==1.3.7
gunicorn==19.9.0
# Serve static files from Django.
whitenoise==4.1.2