3ed01b3dd2619e031a834c29a179333be1fd8bab
[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 pyScss
20
21 # Some contrib apps still need it
22 simplejson
23
24 django-honeypot
25 django-uni-form
26
27 python-memcached
28 piwik
29 python-fb
30
31 # Feedparser 
32 Feedparser>=4.1
33
34 # PIL 
35 PIL>=1.1.6
36 mutagen>=1.17
37 sorl-thumbnail>=11.09,<12
38
39 # home-brewed & dependencies
40 lxml>=2.2.2
41 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
42
43 # MySQL-python>=1.2,<2.0
44
45 # celery tasks
46 django-celery>=3.0.11
47 django-kombu
48
49 # spell checking
50 pyenchant
51
52 # OAI-PMH
53 pyoai
54
55 ## egenix-mx-base  # Doesn't play nice with mx in dist-packages.
56 sunburnt
57
58 django-getpaid>=1.4,<1.5