X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9baaf0aa657110f7481ea24dc6bc68bf4fc64cd1..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/requirements.txt diff --git a/requirements.txt b/requirements.txt index f2e391709..92428a6de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,21 @@ --find-links=http://stigma.nowoczesnapolska.org.pl/pypi/ --find-links=http://www.pythonware.com/products/pil/ -Django==1.1.1 -librarian==1.2.6 -lxml==2.2.2 -Imaging==1.1.6 -mutagen==1.17 -MySQL-python>=1.2,<2.0 \ No newline at end of file +# django +Django>=1.1.1,<1.2 +South>=0.4 # migrations for django +django-pagination>=1.0 + +# Feedparser +Feedparser>=4.1 + +# PIL +Imaging>=1.1.6 +mutagen>=1.17 +sorl-thumbnail>=3.2 + +# homebrew & depencies +librarian>=1.2.6 +lxml>=2.2.2 + +# MySQL-python>=1.2,<2.0