update project, launch files

This commit is contained in:
2025-01-29 11:13:11 +01:00
parent b5015b11d9
commit 0f71f82a3f
3 changed files with 3 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ REM Perform a git pull
git pull git pull
REM Run uv sync if .venv exists (already activated) REM Run uv sync if .venv exists (already activated)
uv sync --no-dev uv sync
REM Start main.py REM Start main.py
uv run python main.py uv run python main.py

View File

@@ -12,8 +12,7 @@ if (Test-Path .venv) {
git pull git pull
# Run uv sync if .venv exists (already activated) # Run uv sync if .venv exists (already activated)
uv sync --no-dev uv sync
# Start main.py # Start main.py
uv run python main.py uv run python main.py

View File

@@ -13,7 +13,6 @@ dependencies = [
"omegaconf>=2.3.0", "omegaconf>=2.3.0",
"prettytable>=3.12.0", "prettytable>=3.12.0",
"pyqt6>=6.8.0", "pyqt6>=6.8.0",
"python-dotenv>=1.0.1",
"requests>=2.32.3", "requests>=2.32.3",
] ]
@@ -22,6 +21,7 @@ dev = [
"bump-my-version>=0.29.0", "bump-my-version>=0.29.0",
"icecream>=2.1.4", "icecream>=2.1.4",
"nuitka>=2.5.9", "nuitka>=2.5.9",
"python-dotenv>=1.0.1",
"ruff>=0.9.2", "ruff>=0.9.2",
] ]
[tool.ruff] [tool.ruff]