dealing with passwords

This commit is contained in:
deflax 2016-02-27 16:35:32 +02:00
parent 037946df66
commit 9cebb7f7c0
3 changed files with 1 additions and 20 deletions

View file

@ -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 This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages warranty. In no event will the authors be held liable for any damages

View file

@ -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)

View file

@ -1,10 +1,8 @@
uwsgi uwsgi
pyOpenSSL pyOpenSSL
bcrypt
requests requests
falcon falcon
urllib urllib
netaddr netaddr
proxmoxer proxmoxer
websockify websockify
flask