uranusjr edited a comment on issue #16286:
URL: https://github.com/apache/airflow/issues/16286#issuecomment-861455393


   Note that parallel-ssh is not small either (mainly because it ships its own 
copy of `libssh` and `libssh2`).
   
   ```
   $ pip wheel -w tw twisted
   ...
   $ pip wheel -w ps parallel-ssh
   ...
   $ du -s tw ps
   4336    tw
   18132   ps
   ```
   
   Parallel-ssh is over four times larger than Twisted if dependencies are 
considered.


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


Reply via email to