Custom component doesn't see libraries in deps folder

Hello,

I’m creating custom component that depend on external library. The library is mentioned in the manifest of the component and is installed into the deps folder.

If I try it locally with virtual environment it works properly, but if I try to install the component using hacs into the home assistant runing in the cluster, it can not find the module: ModuleNotFoundError: No module named 'pyamasicp', even if the module is in the deps folder.