forked from hasadna/Open-Knesset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
44 lines (43 loc) · 1.49 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
# The very basic requirements, hopefully without devel, scraping and video
# download dependencies, others will build upon it
#
# Left out for now from setup
#
# mimeparse - Looks like a requirement by tastypie, will be auto installed
# mimms - Video download
# poppler - required only for simple/management/parse_government_bill,
Django==1.5.1
PIL
South==0.7.6
django-extensions==1.1.1
django-pagination==1.0.7
django-tagging==0.3.1
django_compressor==1.2
BeautifulSoup
vobject
feedparser
gdata
gunicorn
django-social-auth>=0.7.19
oauth==1.0.1
python-dateutil==1.5
python-memcached==1.48
-e git://github.com/openid/python-openid.git#egg=python-openid
django-tastypie==0.9.12
django-ratings
-e git://github.com/thornomad/django-hitcount.git#egg=django-hitcount
-e git://github.com/hasadna/django-activity-stream.git#egg=django-activity-stream
-e git://github.com/hasadna/django-planet.git#egg=django-planet
-e git://github.com/hasadna/django-annotatetext.git#egg=django-annotatetext
-e git://github.com/pinax/django-mailer.git#egg=django-mailer
-e git://github.com/hasadna/django-avatar.git#egg=django-avatar
-e git://github.com/hasadna/django-backlinks.git@014104cd38fd274020284e3b14d28f97ece7ea62#egg=django-backlinks
-e git://github.com/spreeker/django-voting2.git#egg=django-voting2
-e git://github.com/hasadna/django-piston.git@1b51686a5b2ff547429d0b224319d521170f63e2#egg=django-piston
django-debug-toolbar>=0.8.3
nose
django-nose
django-devserver==0.6.1
ipython
django-tinymce==1.5.1b4
django-crispy-forms==1.2.3