use waitress instead of wsgiref

This commit is contained in:
2016-06-17 00:07:53 +02:00
parent 13ca258247
commit 9d9f5bda91
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -64,4 +64,4 @@ if __name__ == "__main__":
_, configpath, host, port = sys.argv
app = init_app(configpath)
run(app=app, host=host, port=port, debug=True)
run(app=app, host=host, port=port, server="waitress")
+1
View File
@@ -3,3 +3,4 @@ apscheduler
pytz
tzlocal
tox
waitress