Changed Werkzeug version

These changes help to solve the problems mentioned in issue #49
This commit is contained in:
Julio Poveda 2020-05-13 14:35:08 -05:00 committed by GitHub
parent af26ace271
commit 06a7f38753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ SETUP_LICENSE = "Fraunhofer FOKUS proprietary"
# requirements
SETUP_REQUIRES = [
"urllib3", "gevent (>=1.0)", "iso8601 (>=0.1.5)", "werkzeug (>=0.9)",
"urllib3", "gevent (>=1.0)", "iso8601 (>=0.1.5)", "werkzeug (==0.16)",
"blist", "simplejson", "ujson", "python_socketio", "gevent_websocket",
"flask", "enum34", "geventhttpclient",
# server only
@ -32,7 +32,7 @@ SETUP_REQUIRES = [
"yapps", "paho_mqtt"
]
SETUP_INSTALL_REQUIRES = [
"urllib3", "gevent >= 1.0", "iso8601 >= 0.1.5", "werkzeug >= 0.9",
"urllib3", "gevent >= 1.0", "iso8601 >= 0.1.5", "werkzeug == 0.16",
"blist", "simplejson", "ujson", "python_socketio", "gevent_websocket",
"flask", "enum34", "geventhttpclient",
# server only