mistercrunch commented on code in PR #33603:
URL: https://github.com/apache/superset/pull/33603#discussion_r2132946582
##########
requirements/base.txt:
##########
@@ -119,6 +119,8 @@ flask-caching==2.3.1
# via apache-superset (pyproject.toml)
flask-compress==1.17
# via apache-superset (pyproject.toml)
+flask-cors==4.0.2
Review Comment:
I'm trying to clarify how it should be done here ->
https://github.com/apache/superset/pull/33714
In you case I think adding a line for `.[cors]` in `base.in` makes most
sense. Either that or promoting the one dep in cors to the core set of
dependencies in `pyproject.toml`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]