update locale scripts
[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-allauth
12
13 python-memcached
14 piwik
15 python-fb
16
17 # Feedparser 
18 Feedparser>=4.1
19
20 # PIL 
21 PIL>=1.1.6
22 mutagen>=1.17
23 sorl-thumbnail>=11.09,<12
24
25 # home-brewed & dependencies
26 lxml>=2.2.2
27 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
28
29 # MySQL-python>=1.2,<2.0
30
31 # celery tasks
32 django-celery
33 django-kombu
34
35 # spell checking
36 pyenchant