Update setup.py

Added dependency to setup
This commit is contained in:
Jamie Hardt
2019-06-23 22:27:44 -07:00
parent 809ff71bb4
commit 3f3fbc7632

View File

@@ -17,4 +17,6 @@ setup(name='wavinfo',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6"],
packages=['wavinfo'])
packages=['wavinfo'],
install_requires=['lxml']
)