removed packages from requirements.txt
This commit is contained in:
parent
873294ed35
commit
28eb9a7386
2 changed files with 3 additions and 3 deletions
|
@ -29,6 +29,8 @@ apt-get update \
|
||||||
neovim \
|
neovim \
|
||||||
nodeenv \
|
nodeenv \
|
||||||
python3 \
|
python3 \
|
||||||
|
python3-jedi \
|
||||||
|
python3-neovim \
|
||||||
python3-pygments \
|
python3-pygments \
|
||||||
python3-venv \
|
python3-venv \
|
||||||
ranger \
|
ranger \
|
||||||
|
@ -38,6 +40,7 @@ apt-get update \
|
||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
firejail \
|
firejail \
|
||||||
firejail-profiles \
|
firejail-profiles \
|
||||||
|
python3-pipx \
|
||||||
&& apt-file update
|
&& apt-file update
|
||||||
|
|
||||||
# node related
|
# node related
|
||||||
|
|
|
@ -1,4 +1 @@
|
||||||
jedi
|
|
||||||
pipx
|
|
||||||
https://github.com/shkumagai/pygments-style-solarized/archive/refs/tags/0.2.0.tar.gz
|
https://github.com/shkumagai/pygments-style-solarized/archive/refs/tags/0.2.0.tar.gz
|
||||||
pynvim
|
|
||||||
|
|
Loading…
Reference in a new issue