X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d0deb0f3bebb42475b2b04d0ce389160cc219e44..ee01d50d05b7d72dd372e8f3a0c78b9da6c23b38:/requirements.txt?ds=inline diff --git a/requirements.txt b/requirements.txt index bad4a26a..0014b59e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,20 @@ -Django==1.1 -django-piston==0.2.3rc1 -librarian==1.2.2 -lxml==2.2.2 -mercurial==1.3.1 +## Python libraries +lxml>=2.2 +mercurial>=1.3.1 +PyYAML>=3.0 + +## Book conversion library +git+http://github.com/fnp/librarian.git@master#egg=librarian + +## Django +Django>=1.1.1,<1.2 +sorl-thumbnail>=3.2 +django-maintanancemode>=0.9 + +# migrations +south>=0.6 + +## Debugging utils, uncomment this if you want tests +# django-nose>=0.0.3 +# django-debug-toolbar>=0.8 +