Streamlined requirements

Separated reqs into project and docs venvs
This commit is contained in:
Jamie Hardt
2022-11-20 12:12:24 -08:00
parent 4bc7f94198
commit bba4d67641
5 changed files with 28 additions and 20 deletions

View File

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