From 3b33e7d1d56300fdcec6b03ec3b9b9de50f0ccf5 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Sat, 29 Jul 2023 06:55:12 +0200 Subject: [PATCH] Freeze the "jedi" Python package --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index bc38110..33c1763 100644 --- a/README.org +++ b/README.org @@ -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"))