Merge pull request #3 from prmtl/master
[wolnelektury.git] / requirements.txt
1 --find-links=http://www.pythonware.com/products/pil/
2
3 # django
4 Django>=1.3,<1.4
5 South>=0.7 # migrations for django
6 django-pagination>=1.0
7 #django-rosetta>=0.5.3
8 django-maintenancemode>=0.9
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
36 django-kombu
37
38 # spell checking
39 pyenchant