mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
missing requirement for tests
This commit is contained in:
parent
b7e3c3dbaf
commit
9e43889745
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -43,7 +43,8 @@ setuptools.setup(
|
|||
'flake8>=4.0,<4.1',
|
||||
'pytest-mypy>=0.10.0,<1',
|
||||
'mock>=5.1,<6',
|
||||
'types-mock>=5.1,<6'
|
||||
'types-mock>=5.1,<6',
|
||||
'types-requests>=2.0,<3'
|
||||
],
|
||||
'full': [
|
||||
'mutagen>=1.46.0,<2',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue