We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3552c08 commit fbfedeaCopy full SHA for fbfedea
.replit
@@ -17,3 +17,23 @@ start = "pylsp"
17
[debugger]
18
support = false
19
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
39
0 commit comments