add nltk to lsp + set home directory to /tmp

This commit is contained in:
Ruben Fiszel
2022-08-05 15:06:23 +02:00
parent 598e432c45
commit f261e4fdbd
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -20,4 +20,5 @@ yfinance = "*"
pyowm = "*"
pyairtable = "*"
matplotlib = "*"
nltk = "*"
+1
View File
@@ -110,6 +110,7 @@ iface_no_lo: true
envar: "DENO_DIR=/tmp/.cache/deno"
envar: "NO_COLOR=true"
envar: "HOME=/tmp"
+1 -1
View File
@@ -103,6 +103,6 @@ mount {
iface_no_lo: true
envar: "PYTHONPATH=/tmp/dependencies"
envar: "HOME=/tmp"