Made quick fixes of these to get tests working

This commit is contained in:
Jamie Hardt
2020-10-08 21:31:32 -07:00
parent c114eb7cf3
commit e9e4b4bcbb
6 changed files with 35 additions and 40 deletions

View File

@@ -31,7 +31,7 @@ setup(name='wavinfo',
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8"],
keywords='waveform metadata audio ebu smpte avi library film tv editing editorial',
install_requires=['lxml'],
install_requires=['lxml', 'ear'],
entry_points={
'console_scripts': [
'wavinfo = wavinfo.__main__:main'