Wide PDF covers.
[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.15,<0.16
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 # PIL 
33 PIL>=1.1.6
34 mutagen>=1.17
35 sorl-thumbnail>=11.09,<12
36
37 # home-brewed & dependencies
38 lxml>=2.2.2
39 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
40
41 # MySQL-python>=1.2,<2.0
42
43 # celery tasks
44 django-celery>=3.0.11,<3.1
45 django-kombu
46
47 # spell checking
48 pyenchant
49
50 # OAI-PMH
51 pyoai
52
53 ## egenix-mx-base  # Doesn't play nice with mx in dist-packages.
54 sunburnt
55
56 django-getpaid>=1.4,<1.5