p0dalirius / Coercer

A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
https://podalirius.net/
GNU General Public License v2.0
1.81k stars 182 forks source link

[enhancement] Add netifaces requirement to pyproject.toml #81

Closed AdrianVollmer closed 2 months ago

AdrianVollmer commented 2 months ago

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 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.

AdrianVollmer commented 2 months ago

Okay I'm not experienced with poetry, not sure how to fix that CI check.

p0dalirius commented 2 months ago

Thanks @AdrianVollmer !