Merge branch 'master' of logicalhacking.com:BrowserSecurity/ExtensionCrawler

This commit is contained in:
Michael Herzberg 2019-01-16 19:24:20 +00:00
commit 2b01bbda0e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3.7
#
# Copyright (C) 2016-2017 The University of Sheffield, UK
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.6
#!/usr/bin/env python3.7
#
# Copyright (C) 2016 The University of Sheffield, UK
#

View File

@ -73,7 +73,7 @@ echo "LANG=en_US.UTF-8" > /etc/default/locale
###################################################################
# Install the core dependencies (Python 3.6 or later)
# from the Debian Testing repository
apt-get install -y --no-install-recommends python3-magic python3-minimal python3-pip python3-setuptools python3-mysqldb g++ git
apt-get install -y --no-install-recommends libpython3.7-dev python3-magic python3-minimal python3-pip python3-setuptools python3-mysqldb g++ git
apt-get clean
rm -rf /var/lib/apt/lists/*
###################################################################