Trying to make a PyPi package for a platform, but keeps getting errors

I have made, and published, pyrepetier on PyPi.
When starting Hass in dev env I keep getting this error in the logs:

ERROR (MainThread) [homeassistant.loader] Unable to find component pyrepetier==1.2

I have added the dependency to the platform (DEPENDENCIES = [‘pyrepetier==1.2’]) and to requirements_all.txt.
Even ran * pip install pyrepetier==1.2 --target ~/.homeassistant/deps without any changes.

Do I need to add references anywhere else?
Can’t find anything else in the docs.

Changed DEPENDENCIES to REQUIREMENTS and it worked like a charm.

same problem… but I added it to the manifest.json’s :

"requirements": ["myio==0.0.1"]