]> git.parisson.com Git - telemeta.git/commitdiff
fix django==1.4.5, cleanup deps
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Jun 2013 21:33:30 +0000 (23:33 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Jun 2013 21:33:30 +0000 (23:33 +0200)
INSTALL.rst
setup.py

index 1954ceb35cac54a476e7bc6433ca87c344c13a23..f14b19b2bdd31f4910b6e5a8061d896903e8dca4 100644 (file)
@@ -18,12 +18,12 @@ Install the system dependencies
 
     Install all dependencies like this::
 
-        sudo aptitude install python python-dev python-django python-xml python-mysqldb mysql-server \
+        sudo aptitude install python python-dev python-django python-xml \
             python-ctypes python-setuptools python-support python-docutils \
             python-libxml2 python-django-registration python-lxml python-numpy \
             python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \
             gstreamer0.10-plugins-base gobject-introspection python-django-south
-            python-pip gir1.0-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad
+            python-pip gir1.2-gstreamer-0.10 gstreamer0.10-plugins-good gstreamer0.10-plugins-bad
 
     To get non-free (MP3, MP4, AAC, etc) decoding and encoding features, add Debian Multimedia repository and install the modules::
 
index 36b56f66fa34736f95407a7d3d4597556a38ec3b..6f99c5508d157dd8c4932410cd23c28dc0165e62 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,13 +13,14 @@ setup(
   author_email = "yomguy@parisson.com",
   version = '1.4.5',
   install_requires = [
-        'django>=1.4',
+        'django==1.4.5',
         'django-registration',
         'django-json-rpc',
         'timeside',
         'south',
         'sorl-thumbnail',
         'django-extensions',
+        'docutils',
   ],
   platforms=['OS Independent'],
   license='CeCILL v2',