update project, launch files
This commit is contained in:
@@ -13,7 +13,7 @@ REM Perform a git pull
|
||||
git pull
|
||||
|
||||
REM Run uv sync if .venv exists (already activated)
|
||||
uv sync --no-dev
|
||||
uv sync
|
||||
|
||||
REM Start main.py
|
||||
uv run python main.py
|
||||
|
||||
@@ -12,8 +12,7 @@ if (Test-Path .venv) {
|
||||
git pull
|
||||
|
||||
# Run uv sync if .venv exists (already activated)
|
||||
uv sync --no-dev
|
||||
|
||||
uv sync
|
||||
# Start main.py
|
||||
uv run python main.py
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ dependencies = [
|
||||
"omegaconf>=2.3.0",
|
||||
"prettytable>=3.12.0",
|
||||
"pyqt6>=6.8.0",
|
||||
"python-dotenv>=1.0.1",
|
||||
"requests>=2.32.3",
|
||||
]
|
||||
|
||||
@@ -22,6 +21,7 @@ dev = [
|
||||
"bump-my-version>=0.29.0",
|
||||
"icecream>=2.1.4",
|
||||
"nuitka>=2.5.9",
|
||||
"python-dotenv>=1.0.1",
|
||||
"ruff>=0.9.2",
|
||||
]
|
||||
[tool.ruff]
|
||||
|
||||
Reference in New Issue
Block a user