Author SHA1 Message Date
dependabot[bot]andGitHub 5b2ad87951 Bump werkzeug from 0.11.10 to 0.15.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.10 to 0.15.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/0.11.10...0.15.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 03:51:59 +00:00
Manuel83andGitHub 2b095c8c77 Update install.sh
WiringPi Removed
2019-08-20 21:17:46 +02:00
Manuel83andGitHub 63f9f5468b Update __init__.py 2019-08-08 21:29:01 +02:00
3 changed files with 3 additions and 9 deletions
-8
View File
@@ -35,14 +35,6 @@ show_menu () {
apt-get -y update; apt-get -y upgrade; apt-get -y update; apt-get -y upgrade;
fi fi
confirmAnswer "Would you like to install wiringPI? This is required to control the GPIO"
if [ $? = 0 ]; then
git clone git://git.drogon.net/wiringPi;
cd wiringPi;
./build; cd ..;
rm -rf wiringPi;
fi
apt-get -y install python-setuptools apt-get -y install python-setuptools
easy_install pip easy_install pip
apt-get -y install python-dev apt-get -y install python-dev
+2
View File
@@ -223,6 +223,8 @@ class FermenterView(BaseView):
def run(instance): def run(instance):
instance.run() instance.run()
fermenter.state = not fermenter.state
cbpi.emit("UPDATE_FERMENTER", cbpi.cache.get(self.cache_key).get(id))
t = cbpi.socketio.start_background_task(target=run, instance=instance) t = cbpi.socketio.start_background_task(target=run, instance=instance)
fermenter.state = not fermenter.state fermenter.state = not fermenter.state
Executable → Regular
+1 -1
View File
@@ -8,7 +8,7 @@ python-mimeparse==1.5.2
python-socketio==1.4.4 python-socketio==1.4.4
PyYAML==4.2b1 PyYAML==4.2b1
requests==2.20.0 requests==2.20.0
Werkzeug==0.11.10 Werkzeug==0.15.3
httplib2==0.9.2 httplib2==0.9.2
flask-classy==0.6.10 flask-classy==0.6.10
GitPython==2.1.3 GitPython==2.1.3