1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00

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

2
app.py
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")

View File

@@ -3,3 +3,4 @@ apscheduler
pytz
tzlocal
tox
waitress