I developed a QGIS plugin that uses third party libraries. The current situation is that the user of the plugin, has to install some Python libs into QGIS, before he/she can use my plugin. Every time a new QGIS version is installed, the used needs to install the third party libs again to use my plugin. Also, in this situation, the users have no admin rights to install the libs. They need to ask their company helpdesk to install the libs.
Is there a way to not bother the user or company helpdesk at all with installation of the third party libs I use?