[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] websockets = "*" spidev = "*" watchfiles = "*" async-tkinter-loop = "*" mido = "*" python-rtmidi = "*" pyaudio = "*" aubio = "*" websocket-client = "*" [dev-packages] [requires] python_version = "3.11" [scripts] run = "python src/main.py" ui = "python src/ui_client.py" control = "python src/control_server.py" sound = "python src/sound.py" dev-ui = 'watchfiles "python src/ui_client.py" src' dev-control = 'watchfiles "python src/control_server.py" src' install = "pipenv install" install-system = "bash -c 'sudo apt-get update && sudo apt-get install -y python3-spidev python3-pip python3-dev portaudio19-dev libasound2-dev'" monitor-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py monitor'" send-json = "python test/send_json.py"