Skip to content

Commit fd040bc

Browse files
committed
Added pycryptodome to setup.py, issue #14
1 parent d09bf32 commit fd040bc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

aiowmi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.17'
1+
__version__ = '0.1.18'

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
download_url=(
2727
'https://github.com/cesbit/'
2828
'aiowmi/tarball/v{}'.format(version)),
29+
install_requires=[
30+
'pycryptodome>=3.14.0'
31+
],
2932
keywords=['WMI', 'Monitoring'],
3033
classifiers=[
3134
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)