From 9cebb7f7c0fe110dfa8878af9aef3422d206f9ee Mon Sep 17 00:00:00 2001 From: deflax Date: Sat, 27 Feb 2016 16:35:32 +0200 Subject: [PATCH] dealing with passwords --- LICENSE | 2 +- control.py | 17 ----------------- requirements.txt | 2 -- 3 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 control.py diff --git a/LICENSE b/LICENSE index 3ee9ff6..1d38ce7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015 deflax.net +Copyright (c) 2015-2016 deflax.net This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/control.py b/control.py deleted file mode 100644 index 6c2304f..0000000 --- a/control.py +++ /dev/null @@ -1,17 +0,0 @@ -import journaldb -import bcrypt - -from flask import Flask -app = Flask(__name__) - -@app.route('/') -def index(): - return "pxmp v0.1" - -@app.route('/fu') -def fu(): - return "FU!" - -if __name__ == '__main__': - app.run(host='0.0.0.0', debug=True) - diff --git a/requirements.txt b/requirements.txt index 66c753c..12df3a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,8 @@ uwsgi pyOpenSSL -bcrypt requests falcon urllib netaddr proxmoxer websockify -flask