Added Python dependencies to the setup.py

This commit is contained in:
Salvador E. Tropea 2020-07-11 20:46:40 -03:00
parent c04d190d01
commit ba88f49383
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ setup(name=NAME,
packages=[NAME],
package_dir={NAME: NAME},
scripts=['src/kiplot'],
# install_requires=['pyyaml'],
install_requires=['pyyaml', 'mcpy'],
classifiers=['Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',