X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/662a8a111721df714e9c95f94db91d2d03d7b19d..42965f91217422c94389efd46d45c70f30081165:/requirements.txt diff --git a/requirements.txt b/requirements.txt index 975ceb77..d247c761 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,20 @@ ---find-links=http://stigma.nowoczesnapolska.org.pl/pypi/ - -Django>=1.1.1,<1.2 +## Python libraries lxml>=2.2 mercurial>=1.3.1 -librarian>=1.3.dev,<1.4 PyYAML>=3.0 -# MySQL-python>=1.2,<2.0 -# debug stuff -django-nose>=0.0.3 -django-debug-toolbar>=0.8 +PIL>=1.1 + +## Book conversion library +git+git://github.com/fnp/librarian.git@master#egg=librarian + +## Django +Django>=1.1.1,<1.2 +sorl-thumbnail>=3.2 +django-maintenancemode>=0.9 + +# migrations +south>=0.6 + +## Debugging utils, uncomment this if you want tests +# django-nose>=0.0.3 +# django-debug-toolbar>=0.8 \ No newline at end of file