X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/02a98d2af6f1fabf567b575c5f2d818688af1594..f938afb8ab4cb091d12e0ef0311eaea14b774798:/platforma/config/requirements.txt diff --git a/platforma/config/requirements.txt b/platforma/config/requirements.txt deleted file mode 100644 index 0d95ac8c..00000000 --- a/platforma/config/requirements.txt +++ /dev/null @@ -1,20 +0,0 @@ -## 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-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 -