Skip to content

Commit 3552c08

Browse files
committed
Remove sections added automatically during import
1 parent 3c880e6 commit 3552c08

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.replit

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,3 @@ start = "pylsp"
1717
[debugger]
1818
support = false
1919

20-
[env]
21-
VIRTUAL_ENV = "/home/runner/${REPL_SLUG}/venv"
22-
PATH = "${VIRTUAL_ENV}/bin"
23-
PYTHONPATH = "${VIRTUAL_ENV}/lib/python3.10/site-packages"
24-
REPLIT_POETRY_PYPI_REPOSITORY = "https://package-proxy.replit.com/pypi/"
25-
MPLBACKEND = "TkAgg"
26-
POETRY_CACHE_DIR = "${HOME}/${REPL_SLUG}/.cache/pypoetry"
27-
28-
[packager]
29-
language = "python3"
30-
ignoredPackages = ["unit_tests"]
31-
32-
[packager.features]
33-
enabledForHosting = false
34-
35-
[unitTest]
36-
language = "python3"

0 commit comments

Comments
 (0)