X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/2a83d92bc0f541d419ea46000ea96f1a7b4b4394..29ef20529bc67b9c1ecb09cd067c4481d252916f:/requirements.txt diff --git a/requirements.txt b/requirements.txt index 83f494f9..a3e7a748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,34 @@ --i http://pypi.nowoczesnapolska.org.pl/simple +-i https://py.mdrn.pl:8443/simple ## Python libraries lxml>=2.2.2 -Mercurial>=2.6,<2.7 +Mercurial>=3.3,<3.4 PyYAML>=3.0 Pillow oauth2 httplib2 # oauth2 dependency +texml==2.0.2 ## Book conversion library # git+git://github.com/fnp/librarian.git@master#egg=librarian ## Django Django>=1.6,<1.7 -fnpdjango<0.2 -django-pipeline>=1.2,<1.3 +fnpdjango>=0.2,<0.3 +django-pipeline>=1.4.7,<1.5 django_cas>=2.1,<2.2 -sorl-thumbnail>=11.09,<12 +sorl-thumbnail>=12.2,<12.4 # ?? django-maintenancemode>=0.9 django-pagination django-gravatar2 -django-celery -django-kombu +python-slugify +django-extensions==1.5.7 + +celery>=3.1.12,<3.2 +kombu>=3.0,<3.1 # migrations -south>=0.6 +South>=1.0.2 + +raven +argparse \ No newline at end of file