X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/d6c4fb901ad64f828287556a26daab52449dab32..29a0d33e9b44bfc99eedf000c8b60f6cff1815fa:/requirements.txt diff --git a/requirements.txt b/requirements.txt index 132872cd..a3e7a748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,34 @@ ---find-links=http://stigma.nowoczesnapolska.org.pl/pypi/ +-i https://py.mdrn.pl:8443/simple -Django>=1.1.1,<1.2 -lxml>=2.2 -mercurial>=1.3.1 -librarian>=1.3.dev,<1.4 +## Python libraries +lxml>=2.2.2 +Mercurial>=3.3,<3.4 PyYAML>=3.0 -# MySQL-python>=1.2,<2.0 +Pillow +oauth2 +httplib2 # oauth2 dependency +texml==2.0.2 -# migrations -south>=0.6 +## Book conversion library +# git+git://github.com/fnp/librarian.git@master#egg=librarian + +## Django +Django>=1.6,<1.7 +fnpdjango>=0.2,<0.3 +django-pipeline>=1.4.7,<1.5 +django_cas>=2.1,<2.2 +sorl-thumbnail>=12.2,<12.4 # ?? +django-maintenancemode>=0.9 +django-pagination +django-gravatar2 +python-slugify +django-extensions==1.5.7 -# debug stuff -django-nose>=0.0.3 -django-debug-toolbar>=0.8 +celery>=3.1.12,<3.2 +kombu>=3.0,<3.1 +# migrations +South>=1.0.2 -poster==0.5 -httplib2 +raven +argparse \ No newline at end of file