diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/debian/control b/debian/control index eaa0d9fc8..fb4ce26e5 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,22 @@ Depends: ${misc:Depends}, python-tidylib, python-lxml, python-html5lib, - python-memcache + python-memcache, + python-oook-replace, + python-django-extra-views, + python-django-simple-history, + python-unicodecsv, + python-markdown, +# DB + postgresql-9.1, + postgresql-9.1-postgis, +# Web: + nginx, + uwsgi, + uwsgi-plugin-python, +# Extra: + apg, + gettext, Recommends: javascript-common, libjs-jquery, libjs-jquery-ui, |