forked from mapseed/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
94 lines (66 loc) · 1.74 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
93
94
# ==============================
# Web server
# ==============================
Django==1.7.11
gevent==1.0
gunicorn==19.4
newrelic==2.60.0.46
dj_static==0.0.6
# ==============================
# Background processing
# ==============================
celery==3.1.20
django-celery==3.1.17
# ==============================
# Database and Persistence
# ==============================
# DB Settings and Management
psycopg2==2.6.1
psycogreen==1.0
south==1.0.2
dj-database-url==0.4.0
django-object-actions==0.4.0
# Caching
django-redis==4.2.0
django-cache-url==1.0.0
# File Storage
boto==2.39.0
django-storages==1.4
# ==============================
# User Accounts and Social Media
# ==============================
python-social-auth==0.2.14
django-loginas==0.2.2
# 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.10.0
markdown # For browsable API docs
python-dateutil==2.5
ujson==1.35
Pillow==3.1.1
bleach==1.4.3
# The Django admin interface
django-ace==1.0.1
# The manager interface
requests>=2.9.1
# ==============================
# Testing, validating, and debugging
# ==============================
nose==1.3.7
django-nose==1.3
mock==1.3.0
mock_django==0.6.10
responses==0.5.1
django-debug-toolbar==1.2.1
raven==5.11.0 # For Sentry error logging
# - - - - - - - - - - - - - - - -
# For DRF 0.4 (deprecated)
URLObject>=2.4.0