Merge full branch: bring in src/ directory and update project structure
This commit is contained in:
18
Pipfile
18
Pipfile
@@ -5,6 +5,14 @@ name = "pypi"
|
||||
|
||||
[packages]
|
||||
websockets = "*"
|
||||
spidev = "*"
|
||||
watchfiles = "*"
|
||||
async-tkinter-loop = "*"
|
||||
mido = "*"
|
||||
python-rtmidi = "*"
|
||||
pyaudio = "*"
|
||||
aubio = "*"
|
||||
websocket-client = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
@@ -12,5 +20,11 @@ websockets = "*"
|
||||
python_version = "3.12"
|
||||
|
||||
[scripts]
|
||||
run = 'watchfiles "python main.py" main.py networking.py settings.py color_utils.py'
|
||||
|
||||
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"
|
||||
send-json = "python test/send_json.py"
|
||||
|
Reference in New Issue
Block a user