- Convert from Microdot back to Flask - Add presets system with CRUD operations - Store presets in presets.json file - Replace patterns section with presets grid - Add preset editor with full configuration - Add collapse/expand functionality to left panel - Always show on/off presets in presets list - Highlight active preset matching current tab settings - Add 'Create from Current' button in preset editor
26 lines
402 B
TOML
26 lines
402 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
websockets = "*"
|
|
watchfiles = "*"
|
|
async-tkinter-loop = "*"
|
|
mido = "*"
|
|
python-rtmidi = "*"
|
|
pyaudio = "*"
|
|
aubio = "*"
|
|
websocket-client = "*"
|
|
microdot = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|
|
|
|
[scripts]
|
|
main = "python src/main.py"
|
|
dev = 'watchfiles "python src/main.py" src'
|
|
web = "python run_web.py"
|