changes default filesystem cache location
[wolnelektury.git] / requirements.txt
index f21f002..bc8b138 100644 (file)
@@ -1,7 +1,7 @@
 --find-links=http://www.pythonware.com/products/pil/
 
 # django
-Django>=1.2.4,<1.3
+Django>=1.3,<1.4
 South>=0.7 # migrations for django
 django-pagination>=1.0
 django-rosetta>=0.5.3
@@ -24,3 +24,7 @@ lxml>=2.2.2
 # -e git+git://github.com/fnp/librarian.git@d43d87400dcc19851442#egg=librarian
 
 # MySQL-python>=1.2,<2.0
+
+# celery tasks
+django-celery
+django-kombu