2
0
mirror of https://opendev.org/x/pyghmi synced 2025-05-31 10:06:41 +00:00

Change requires to install_requires

This commit is contained in:
Jarrod Johnson 2013-06-28 10:10:28 -04:00
parent f333dbff8b
commit f0e36d8027

View File

@ -8,6 +8,6 @@ setup(name='python-ipmi',
author='Jarrod Johnson',
author_email='jbjohnso@us.ibm.com',
url='http://xcat.sf.net/',
requires=['pycrypto'],
install_requires=['pycrypto'],
packages=['ipmi'],
)