mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 17:30:41 +00:00
Update setup.py
Added dependency to setup
This commit is contained in:
4
setup.py
4
setup.py
@@ -17,4 +17,6 @@ setup(name='wavinfo',
|
|||||||
'Topic :: Multimedia :: Sound/Audio',
|
'Topic :: Multimedia :: Sound/Audio',
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6"],
|
"Programming Language :: Python :: 3.6"],
|
||||||
packages=['wavinfo'])
|
packages=['wavinfo'],
|
||||||
|
install_requires=['lxml']
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user