cesbit / aiowmi

Python WMI Queries
GNU General Public License v3.0
27 stars 8 forks source link

pycryptodome is missing from setup.py #14

Closed stanorama closed 2 years ago

stanorama commented 2 years ago

Describe the bug pip install aiowmi does not install the dependency of pycryptodome.

To Reproduce pip install aiowmi

Expected behavior All package dependencies should be installed by pip

Additional context Add install_requires to setup.py, or consider switching to the new standard pyproject.toml

Great package btw!

joente commented 2 years ago

Added to setup.py in version v0.1.18