-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathrequirements.txt
65 lines (48 loc) · 1.38 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
# ========================================
# Server
# ========================================
Django==1.7.1
gunicorn==19.0.0
gevent==1.0.1
newrelic==2.28.0.26
dj_static==0.0.6
dj_database_url==0.3.0
django_cache_url==0.8.0
raven==5.0.0
# ========================================
# Data storage and management
# ========================================
psycopg2==2.5.3
psycogreen==1.0
jsonfield==1.0.0
pytz==2014.7
# ========================================
# Data Admin and API
# ========================================
# Use macropin's fork of genericadmin until jschrewe turns over the reins and
# he gets a release onto PyPI
#
# django-genericadmin==0.6.1
https://github.com/macropin/django-genericadmin/archive/7f982a6fb815e7088e35e065955d9119202dfd76.zip
django-ace==1.0.1
djangorestframework==2.4.4
requests==2.3.0
django-object-actions==0.4.0
# ==============================
# Routes and Templating
# ==============================
django-jstemplate==1.3.7
git+git://github.com/mjumbewu/pymeta.git@master#egg=pymeta
git+git://github.com/mjumbewu/pybars.git@master#egg=pybars
djangobars==0.1.5
# ========================================
# Testing
# ========================================
django-debug-toolbar==1.2.1
django-nose==1.3
nose==1.3.4
responses==0.2.2
# ========================================
# Markup Processing
# ========================================
bleach==1.4