forked from joshmarcus/philly_legislative
-
Notifications
You must be signed in to change notification settings - Fork 20
/
requirements.txt
71 lines (48 loc) · 1.05 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
# ====================
# Server
# ====================
Django<1.6
# ====================
# Database
# ====================
South==0.7.4
psycopg2==2.4.5
# ====================
# API
# ====================
djangorestframework==2.3.5
markdown
# ====================
# Search
# ====================
django-haystack==2.0.0
# Using whoosh as the haystack (search) backend for now, for simplicity (it's
# pure Python). Good for local or development deployments.
whoosh==2.3.2
pysolr==3.0.6
# ====================
# Template rendering
# ====================
django-uni-form
django-mustachejs==0.6.0
django_compressor==1.1.2
slimit==0.7.4
# ====================
# Registration!
# ====================
django-registration==1.0
# ====================
# External services
# ====================
# Requests, for talking HTTP to things like Google's geocoder
requests==2.0.1
# ====================
# Testing and debugging
# ====================
django-debug-toolbar==0.9.4
#pep8
django-nose==1.2
coverage==3.5.1
mock==0.8.0
# Mamangement and deployment
#fabric