Merge branch 'master' of github.com:fnp/wolnelektury
[wolnelektury.git] / requirements.txt
1 --find-links=http://www.pythonware.com/products/pil/
2
3 # django
4 Django>=1.4,<1.5
5 South>=0.7 # migrations for django
6 django-pipeline>=1.2
7 django-pagination>=1.0
8 django-maintenancemode>=0.10
9 django-piston
10 django-jsonfield
11 django-picklefield
12 django-allauth
13 django-honeypot
14 django-uni-form
15
16 python-memcached
17 piwik
18 python-fb
19
20 # Feedparser 
21 Feedparser>=4.1
22
23 # PIL 
24 PIL>=1.1.6
25 mutagen>=1.17
26 sorl-thumbnail>=11.09,<12
27
28 # home-brewed & dependencies
29 lxml>=2.2.2
30 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
31
32 # MySQL-python>=1.2,<2.0
33
34 # celery tasks
35 django-celery>=2.5.1
36 django-kombu
37
38 # spell checking
39 pyenchant