summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control9
1 files changed, 8 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index eaa0d9fc8..b2fcae418 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,14 @@ Depends: ${misc:Depends},
python-tidylib,
python-lxml,
python-html5lib,
- python-memcache
+ python-memcache,
+# DB
+ postgresql-9.1,
+ postgresql-9.1-postgis,
+# Web:
+ nginx,
+ uwsgi,
+ uwsgi-plugin-python,
Recommends: javascript-common,
libjs-jquery,
libjs-jquery-ui,