forked from openplans/shareabouts-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
92 lines (64 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# ==============================
# Web server
# ==============================
Django==1.7.1
gevent==1.0
gunicorn==18.0
newrelic==2.16.0.12
dj_static==0.0.6
# ==============================
# Background processing
# ==============================
celery==3.1.13
django-celery==3.1.10
# ==============================
# Database and Persistence
# ==============================
# DB Settings and Management
psycopg2==2.5.1
psycogreen==1.0
south==1.0.1
dj-database-url==0.2.2
django-object-actions==0.4.0
# Caching
django-redis==4.2.0
django-cache-url==1.0.0
# File Storage
boto==2.36.0
django-storages==1.1.8
# ==============================
# User Accounts and Social Media
# ==============================
python-social-auth==0.1.23
# Use fork of oauth2-provider, for Django 1.7 compatibility
# django-oauth2-provider==0.2.6.1
git+https://github.com/glassresistor/django-oauth2-provider.git@4269205#egg=django-oauth2-provider==0.2.7-dev
django-cors-headers==0.12
# ==============================
# REST API
# ==============================
djangorestframework==2.3.12
djangorestframework-csv==1.3.0
git+https://github.com/mjumbewu/django-rest-framework-bulk.git@84a5d6c#egg=djangorestframework-bulk==0.1.3
six>=1.4.1
markdown # For browsable API docs
python-dateutil==2.2
ujson==1.33
Pillow==2.6.1
# The Django admin interface
django-ace==1.0.1
# The manager interface
requests>=1.2.0
# ==============================
# Testing, validating, and debugging
# ==============================
nose
django-nose==1.3
mock
mock_django
responses==0.2.2
django-debug-toolbar==1.2.1
raven==4.2.1 # For Sentry error logging
# - - - - - - - - - - - - - - - -
# For DRF 0.4 (deprecated)
URLObject>=0.6.0