john-bodley commented on a change in pull request #15806:
URL: https://github.com/apache/superset/pull/15806#discussion_r674034049



##########
File path: setup.py
##########
@@ -111,6 +111,7 @@ def get_git_sha():
         "sqlalchemy>=1.3.16, <1.4, !=1.3.21",
         "sqlalchemy-utils>=0.36.6,<0.37",
         "sqlparse==0.3.0",  # PINNED! see 
https://github.com/andialbrecht/sqlparse/issues/562
+        "tabulate==0.8.9",

Review comment:
       You will have to 
[update](https://github.com/apache/superset/blob/master/CONTRIBUTING.md#dependencies)
 the requirements. Additionally strict pinning of packages in `setup.py` is 
undesirable as it may overly constrain the frozen solution space. Please use 
limits if strictly necessary.




-- 
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]

Reply via email to