summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-06-13 15:00:39 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-06-13 15:00:39 +0200
commit7683145678077fe027b27069be32d1b08c8efd4a (patch)
tree591fd0cbd9f27b017e88a524d4481f81148b50c4 /README
parent3667c29f675599b9f3e098dd9b708c1d099d2b8a (diff)
downloaddebian-dedup-7683145678077fe027b27069be32d1b08c8efd4a.tar.gz
webapp: use sqlalchemy
* Arguably the interface is nicer. * Actually closes connections. => wal files get deleted. * Permits switching from sqlite to anything.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 2d362f9..8c541c1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Required packages
-----------------
- aptitude install python python-debian python-lzma curl python-jinja2 python-werkzeug sqlite3 python-imaging
+ aptitude install python python-debian python-lzma curl python-jinja2 python-werkzeug sqlite3 python-imaging python-sqlalchemy
Create a database
-----------------