Skip to content

Commit

Permalink
Removed Flask Uploads dependency. For now.
Browse files Browse the repository at this point in the history
  • Loading branch information
telarium authored Feb 5, 2025
1 parent 6ae7186 commit ac52a06
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,7 @@ def __init__(self):
self.install_python_packages([
"pvporcupine", "pvrhino", "openai", "google-cloud-speech", "elevenlabs", "piper-tts", "pywifi", "requests"
])

# Clone the flask-uploads repository
self.run_command("git clone https://github.com/maxcountryman/flask-uploads.git")

# Change directory, run setup, and clean up
self.run_command("cd flask-uploads && sudo python3 setup.py install")
self.run_command("sudo rm -rf flask-uploads")

# Clone Chuck E. Cheese Git repository
self.run_command("git clone https://github.com/YourGitRepo/ChuckE.git chuck_e_git")

# Set up Piper TTS models
self.setup_piper_models()

Expand Down

0 comments on commit ac52a06

Please sign in to comment.