Skip to content

Commit

Permalink
Merge pull request #562 from launchableinc/wmi-removal
Browse files Browse the repository at this point in the history
Removing WMI dependency.
  • Loading branch information
kohsuke authored May 17, 2023
2 parents 8e3b78b + 841bc59 commit b870218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ install_requires =
more_itertools>=7.1.0;python_version>='3.6'
# more_itertools dropped python 3.5 support since v8.6
more_itertools>=7.1.0,<8.6;python_version<'3.6'
wmi;platform_system=='Windows'
python-dateutil
tabulate
python_requires = >=3.5
Expand Down

0 comments on commit b870218

Please sign in to comment.