fix(.gitignore): add 'settings.yaml' to the list of ignored files

fix(main.py): remove unused import statements and update function name to check_license_agreement
fix(main.py): remove unnecessary comments and sleep statements
feat(main.py): add check_license_agreement function to prompt user to accept license agreement
fix(requirements.txt): add 'watchdog' package to the list of requirements
feat(utils/settings.py): create Settings class to handle loading and updating settings from settings.yaml file
This commit is contained in:
Paillat
2023-07-13 20:01:06 +02:00
parent 116788ba07
commit de2f482de2
5 changed files with 126 additions and 14 deletions

View File

@@ -7,4 +7,5 @@ pillow
python-dotenv
google-api-python-client
git+https://github.com/suno-ai/bark.git
noisereduce
noisereduce
watchdog