Skip to content

Commit fbfedea

Browse files
committed
Fix .replit
1 parent 3552c08 commit fbfedea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.replit

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,23 @@ 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)