From 7ea247ced2c1e36e3049c364c799736158379372 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:14:38 +0900 Subject: [PATCH] add pyyaml into requiremnts.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aef8b222..0b8705f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ PyAudioWPatch python-osc customtkinter deepl -flashtext \ No newline at end of file +flashtext +pyyaml \ No newline at end of file