use uv for start.sh

This commit is contained in:
devdesk 2025-11-11 22:40:06 +02:00
parent b1a7baae19
commit cddd5317c3
2 changed files with 11 additions and 1 deletions

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[project]
name = "thermalcam"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"python-dotenv>=1.2.1",
"scapy>=2.6.1",
]

View File

@ -9,4 +9,4 @@ if [ $mtu -lt 9000 ]; then
echo "setting mtu to 9000" echo "setting mtu to 9000"
sudo ip link set $IFACE mtu 9000 sudo ip link set $IFACE mtu 9000
fi fi
sudo venv/bin/python ./replay.py sudo uv run ./replay.py