Freeze the "jedi" Python package

This commit is contained in:
Gerard Vermeulen 2023-07-29 06:55:12 +02:00
parent 71633e1d6e
commit 3b33e7d1d5
1 changed files with 3 additions and 3 deletions

View File

@ -6046,7 +6046,6 @@ results in listing [[lst:shell-pip-list-outdated-results]] and
#+header: :wrap "src text -n"
#+name: lst:shell-pip-list-outdated
#+begin_src shell -n :exports both :results verbatim
# WARNING: "pip index" is currently an experimental command.
pip list --outdated
#+end_src
@ -6057,6 +6056,7 @@ pip list --outdated
#+begin_src text -n
Package Version Latest Type
--------- ------- ------ -----
jedi 0.18.2 0.19.0 wheel
pyparsing 3.0.9 3.1.0 wheel
#+end_src
@ -6091,8 +6091,8 @@ Available versions: 0.2.0, 0.1.1, 0.1.0
:group 'pip
:type '(repeat string))
;; Frozen matplotlib requirements:
(setopt pip-frozen-packages '("pyparsing"))
;; Frozen matplotlib and python-lsp-server requirements:
(setopt pip-frozen-packages '("jedi" "pyparsing"))
;; Updating "docutils" may require a compatible "Sphinx" release.
;; (setopt pip-frozen-packages '("docutils"))