Celery 3.1, librarian update
[wolnelektury.git] / requirements.txt
1 -i http://pypi.nowoczesnapolska.org.pl/simple/ 
2 --find-links=http://www.pythonware.com/products/pil/
3
4 # django
5 Django>=1.6,<1.7
6 fnpdjango>=0.1.15,<0.2
7 South>=0.7 # migrations for django
8 django-pipeline>=1.3,<1.4
9 django-pagination>=1.0
10 django-maintenancemode>=0.10
11 django-piston>=0.2.2.1,<0.2.3
12 jsonfield>=0.9.20
13 django-picklefield
14 django-modeltranslation
15 django-allauth>=0.16,<0.17
16
17 pytz
18
19 # Some contrib apps still need it
20 simplejson
21
22 django-honeypot
23 django-uni-form
24
25 python-memcached
26 django-piwik
27 python-fb
28
29 # Feedparser 
30 Feedparser>=5.1
31
32 Pillow
33 mutagen>=1.17
34 sorl-thumbnail>=11.09,<12
35
36 # home-brewed & dependencies
37 lxml>=2.2.2
38 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
39
40 # MySQL-python>=1.2,<2.0
41
42 # celery tasks
43 django-celery>=3.1,<3.2
44
45 # spell checking
46 pyenchant
47
48 # OAI-PMH
49 pyoai
50
51 ## egenix-mx-base  # Doesn't play nice with mx in dist-packages.
52 sunburnt
53
54 django-getpaid>=1.6,<1.7