Simplify settings loading a bit. Remove the things which haven't been working for...
[redakcja.git] / requirements.txt
index d247c76..2781a33 100644 (file)
@@ -1,20 +1,27 @@
+-i https://py.mdrn.pl/simple
+
 ## Python libraries
-lxml>=2.2
-mercurial>=1.3.1
+Mercurial>=3.3,<3.4
 PyYAML>=3.0
-PIL>=1.1
+Pillow
+oauth2
+httplib2 # oauth2 dependency
 
-## Book conversion library
-git+git://github.com/fnp/librarian.git@master#egg=librarian
+librarian
 
-## Django 
-Django>=1.1.1,<1.2
-sorl-thumbnail>=3.2
+## Django
+Django==1.11.20
+fnpdjango==0.3
+django-pipeline==1.6.14
+django_cas>=2.1,<2.2
+sorl-thumbnail>=12.2,<12.4  # ??
 django-maintenancemode>=0.9
+fnp-django-pagination==2.2.2
+django-gravatar2
+python-slugify
+django-extensions==1.5.7
 
-# migrations
-south>=0.6
+celery>=3.1.12,<3.2
+kombu>=3.0,<3.1
 
-## Debugging utils, uncomment this if you want tests
-# django-nose>=0.0.3
-# django-debug-toolbar>=0.8
\ No newline at end of file
+raven