Skip to content

Commit 5afa562

Browse files
committed
Revert "Fix .replit"
This reverts commit fbfedea.
1 parent fbfedea commit 5afa562

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.replit

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +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.8/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-
packageSearch = true
35-
guessImports = true
36-
37-
[unitTest]
38-
language = "python3"
39-

0 commit comments

Comments
 (0)