Update the docs to show how badly are changes needed.
[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.5,<1.6
6 fnpdjango>=0.1.8,<0.2
7 South>=0.7 # migrations for django
8 django-pipeline>=1.2.24,<1.3
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
15 #django-allauth<0.10 with migration fix
16 -e git+git://github.com/rczajka/django-allauth.git@4ecda71b81f9311dea4febe1d2d0105f23c642c7#egg=django-allauth
17
18 pytz
19
20 # Some contrib apps still need it
21 simplejson
22
23 django-honeypot
24 django-uni-form
25
26 python-memcached
27 piwik
28 python-fb
29
30 # Feedparser 
31 Feedparser>=4.1
32
33 # PIL 
34 PIL>=1.1.6
35 mutagen>=1.17
36 sorl-thumbnail>=11.09,<12
37
38 # home-brewed & dependencies
39 lxml>=2.2.2
40 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
41
42 # MySQL-python>=1.2,<2.0
43
44 # celery tasks
45 django-celery>=3.0.11
46 django-kombu
47
48 # spell checking
49 pyenchant
50
51 # OAI-PMH
52 pyoai
53
54 ## egenix-mx-base  # Doesn't play nice with mx in dist-packages.
55 sunburnt
56
57 django-getpaid>=1.4,<1.5