From e7ed0c7c5846453985517fed4263166e48f16c71 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 19 Sep 2014 19:24:46 +0530 Subject: [PATCH] Update dependencies list in setup.py and INSTALL --- INSTALL | 4 ++-- setup.py | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 6b131484d..369395b78 100644 --- a/INSTALL +++ b/INSTALL @@ -5,8 +5,8 @@ On a Debian based system, run: $ sudo apt-get install libjs-jquery libjs-modernizer \ - libjs-twitter-bootstrap make pandoc python2.7 python-cherrypy3 \ - python-django python-bootstrapform python-withsqlite + libjs-twitter-bootstrap make pandoc python3 python3-cherrypy3 \ + python3-django python3-bootstrapform 2. Install Plinth: diff --git a/setup.py b/setup.py index 7f545d4ba..9dc9df8e6 100755 --- a/setup.py +++ b/setup.py @@ -91,8 +91,7 @@ setup( install_requires=[ 'cherrypy >= 3.0', 'django >= 1.6.0', - 'django-bootstrap-form', - 'withsqlite', + 'django-bootstrap-form' ], package_data={'plinth': ['modules/enabled/*', 'templates/*',