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