mirror of
https://github.com/SevaSk/ecoute.git
synced 2025-03-10 22:43:55 +00:00
9 lines
211 B
INI
9 lines
211 B
INI
[bdist_wheel]
|
|
# the `universal` setting means that the project runs unmodified on both Python 2 and 3,
|
|
# and doesn't use any C extensions to Python
|
|
universal=1
|
|
|
|
[options.extras_require]
|
|
whisper-api =
|
|
openai
|