potiuk commented on a change in pull request #5535: [AIRFLOW-4900] Resolve
incompatible version of Werkzeug
URL: https://github.com/apache/airflow/pull/5535#discussion_r300747595
##########
File path: setup.py
##########
@@ -370,7 +370,7 @@ def do_setup():
'thrift>=0.9.2',
'tzlocal>=1.4',
'unicodecsv>=0.14.1',
- 'werkzeug>=0.14.1, <0.15.0',
+ 'werkzeug>=0.15.0',
Review comment:
Agree. It does not seem to be used
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services