summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 060f8fe..22e5533 100644
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,7 @@ setup(
install_requires=[
'tftpy',
'pexpect',
- 'pyipmi>=0.9.0',
+ 'pyipmi>=0.9.1',
'argparse',
'unittest-xml-reporting<1.6.0'
],