forked from mysociety/sayit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
61 lines (51 loc) · 1.63 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
# List all Python package requirements this project has.
#
# more details: http://www.pip-installer.org/en/latest/requirements.html
### General useful bits
PyYAML
psycopg2
python-memcached
python-dateutil<2
pytz
### Django related
Django>=1.4.2
South
django-pagination
django_select2
django-tastypie==0.9.16
django-qmethod
django-bleach
django-pipeline
django-pipeline-compass-rubygem
# Only for debugging, but very useful and easiest to just have it here
django-debug-toolbar
# Testing
selenium
mock
# For testing the types of files (using libmagic1):
python-magic
# For finding the lengths of MP3 files
audioread
### Django related registration
# The registration app is a little out of date - get it from the repo direct....
# django-registration
#-e hg+https://bitbucket.org/ubernostrum/django-registration@fad7080fe769#egg=django-registration
#django-registration-defaults
### Xapian is a full text search engine, and haystack a django interface to it.
### If you want to use this uncomment below, and probably add the
### '--enable-site-packages' argument to the pip install command in
### 'post_deploy_actions.bash'
# xapian-haystack
### NB: trying elasticsearch instead, as per Matthew
pyelasticsearch
django-haystack
# mySociety modules
-e git+https://github.com/mysociety/popit-django#egg=popit-django
-e git+https://github.com/mysociety/popit-resolver#egg=popit-resolver
-e git+https://github.com/mysociety/django-sluggable@with_unique_with#egg=django-sluggable
django-subdomain-instances
# We use nose to run the tests, which gets around various limitations
# with the built-in test runner:
django-nose==1.2
# Parse XML for akomantoso import
lxml