mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-03-25 13:28:32 +00:00
Changed Werkzeug version
These changes help to solve the problems mentioned in issue #49
This commit is contained in:
parent
af26ace271
commit
06a7f38753
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user