john-bodley commented on code in PR #27167: URL: https://github.com/apache/superset/pull/27167#discussion_r1498008544
########## requirements/base.in: ########## @@ -17,3 +17,6 @@ # under the License. # -e file:. +paramiko>=3.4.0 Review Comment: Why aren't these in `setup.py`? It seems like we use them (well at least some of them) directly: ``` $ git grep paramiko superset/extensions/ssh.py:from paramiko import RSAKey ``` -- 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]
