Update drive.

This commit is contained in:
2025-03-23 13:57:29 +01:00
parent c5c160baae
commit 7b32a7eba4
8 changed files with 187 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ run:
$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
install:
python3 -m venv .venv
python3.12 -m venv .venv
$(PIP) install -e .