From 403c19d9fc9e5f5e1d22b2aa04d8fc3fec4125f8 Mon Sep 17 00:00:00 2001 From: InsCode Date: Wed, 16 Oct 2024 10:23:26 +0800 Subject: [PATCH] Auto Commit --- .inscode | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.inscode b/.inscode index 7d17616..3a001eb 100644 --- a/.inscode +++ b/.inscode @@ -1,4 +1,5 @@ run = "pip install -r requirements.txt;python main.py" +language = "python" [packager] AUTO_PIP = true @@ -9,4 +10,7 @@ PATH = "${VIRTUAL_ENV}/bin:${PATH}" PYTHONPATH = "$PYTHONHOME/lib/python3.10:${VIRTUAL_ENV}/lib/python3.10/site-packages" REPLIT_POETRY_PYPI_REPOSITORY = "http://mirrors.csdn.net.cn/repository/csdn-pypi-mirrors/simple" MPLBACKEND = "TkAgg" -POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry" \ No newline at end of file +POETRY_CACHE_DIR = "/root/${PROJECT_DIR}/.cache/pypoetry" + +[debugger] +program = "main.py" -- GitLab