Install python3-tabulate from Debian archive.

This commit is contained in:
Achim D. Brucker 2017-10-08 17:17:41 +01:00
parent 25c37d83c1
commit d166815852
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ echo "LANG=en_US.UTF-8" > /etc/default/locale
###################################################################
# Install the core dependencies (Python 3.5 or later)
# from the Debian Testing repository
apt-get install -y python3-magic python3-crypto python3-minimal python3-pip python3-setuptools python3-mysqldb python3-jsbeautifier
apt-get install -y python3-magic python3-crypto python3-minimal python3-pip python3-setuptools python3-mysqldb python3-jsbeautifier python3-tabulate
apt-get clean
apt-get install -y git
apt-get clean