Skip to content

Commit a70192a

Browse files
committed
Update requirements
1 parent 9b97815 commit a70192a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aiowmi
1+
aiowmi>=0.1.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'Programming Language :: Python :: 3.10',
5252
],
5353
install_requires=[
54-
'aiowmi'
54+
'aiowmi>=0.1.9'
5555
],
5656
keywords='pywmitool',
5757
)

0 commit comments

Comments
 (0)