summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-02 19:28:14 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-02 19:28:14 +0200
commitc319859f7127c5b196ba8cd9c03fd0f137e99e6a (patch)
treedaf346eac299216ca68c6680d5c46ff17230b385
parent229d7be4fdeb7e8a2c97581d642285ef83aa8ef3 (diff)
downloadIshtar-c319859f7127c5b196ba8cd9c03fd0f137e99e6a.tar.bz2
Ishtar-c319859f7127c5b196ba8cd9c03fd0f137e99e6a.zip
Upgrade version needed for django-ajax-selects
-rwxr-xr-xinstall/ishtar-install5
-rw-r--r--requirements.txt1
2 files changed, 5 insertions, 1 deletions
diff --git a/install/ishtar-install b/install/ishtar-install
index a94ce34d7..36b937388 100755
--- a/install/ishtar-install
+++ b/install/ishtar-install
@@ -375,7 +375,7 @@ EOF
python-django-registration' )
( set -x; $sh_c 'sleep 3; apt-get install -y -q \
python-pisa python-bs4 python-django-formtools\
- python-tidylib python-lxml python-imaging python-html5lib\
+ python-tidylib python-lxml python-imaging python-html5lib \
python-psycopg2 python-gdal gettext python-unicodecsv memcached \
python-django-extra-views python-memcache python-dbf python-markdown' )
echo "-------------------------------------------------------------------------------";
@@ -386,6 +386,9 @@ EOF
cecho y "Installing python-secretary"
echo "";
( set -x; $sh_c 'pip install secretary==0.2.14' )
+ cecho y "Installing python-ajax-select (available version in Debian is not compatible with backported Django)"
+ echo "";
+ ( set -x; $sh_c 'pip install django-ajax-selects==1.4.3' )
fi
;;
diff --git a/requirements.txt b/requirements.txt
index 9182eff82..35844b4ee 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15,6 +15,7 @@ html5lib==0.999
django-extra-views==0.2.4
beautifulsoup4==4.3.2
markdown==2.5.1
+django-ajax-selects==1.4.3
django-formtools==1.0