How do I add new python packages to Sublime Text so that plugins could use them?
This SO answer by @OdatNurd gives an excellent overview of your question.
https://stackoverflow.com/questions/61196270/how-to-properly-use-3rd-party-dependencies-with-sublime-text-plugins
Thank you very much @UltraInstinct05, I guess that will help!