Files
dify-plugin-sdks/python/examples/openai/requirements.txt
Yeuoly 6d77e16b7d chore: update dependencies and remove pydub from main requirements (#135)
- Removed `pydub` from the main dependencies in `pyproject.toml`.
- Added `pydub` back to the `requirements.txt` for the OpenAI example.
2025-05-19 22:19:49 +08:00

6 lines
81 B
Plaintext

dify_plugin~=0.0.1b31
tiktoken~=0.8.0
openai~=1.45.0
numpy~=1.26.4
pydub~=0.25.1