Unfortunately, I just realized the netifaces requirement is not being installed and first I wasn't sure why. I added it to the requirements.txt, which is read by setup.py, but it's not being picked up. Then I realized there is also a pyproject.toml which builds the package with poetry.
This PR adds the netifaces requirement to that list also.
Hi, thanks again for merging #68.
Unfortunately, I just realized the
netifaces
requirement is not being installed and first I wasn't sure why. I added it to therequirements.txt
, which is read bysetup.py
, but it's not being picked up. Then I realized there is also apyproject.toml
which builds the package with poetry.This PR adds the
netifaces
requirement to that list also.