Minimum github files needed for Requirements to work?

I’m trying to add requirements for my platform I’m developing but seem to be missing some files/steps.

Just specifying my repository as in other examples did not work. I had to add the full url as below.

REQUIREMENTS = [‘https://github.com/PollieKrismis/pyparadox-alarm.git
‘#pyparadox-alarm==0.0.1’]

When running hass I get the decode error below which seems to related to reading/opening files that are zipped.
“UnicodeDecodeError: ‘utf-8’ codec can’t decode byte 0x8b in position 1: invalid start byte”

I’m using this repository as my example to follow and the corresponding code in HA. https://github.com/kk7ds/pynx584

Any idea of where I’m going wrong or what I’m still missing?

Thanks

I found my mistake. My setup file referenced a file that did not exist. Once created it imports fine.