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