You can see what would get installed with requirements.txt by adding the 
flag --dry-run. pip will go through the motions but not actually install 
anything.  For example, I just ran py -m pip install -r requirements.txt 
--dry-run and got this report:

Would install Send2Trash-1.8.3 cffi-1.16.0 coverage-7.4.4 
cryptography-42.0.5 pycparser-2.22 pytest-cov-5.0.0 ruff-0.4.1 
types-Markdown-3.6.0.20240316 types-PyYAML-6.0.12.20240311 
types-docutils-0.20.0.20240406 types-paramiko-3.4.0.20240311 
types-requests-2.31.0.20240406 types-six-1.16.21.20240311

Looks Like some of my packages need updating.
On Monday, April 22, 2024 at 5:58:06 AM UTC-4 Edward K. Ream wrote:

> On Sun, Apr 21, 2024 at 7:55 PM Félix <felix...@gmail.com> wrote:
>
> Searching for ' leo-message ' in Leo's codebase, I see the 'leo-message' 
>> script is mentioned in 'running.html' 
>>
>
> Thanks, Thomas, for your help.
>
> And thanks, Félix for reporting this problem. This glitch is what Viktor 
> asked about several days ago. It bit you because, yes, Leo's requirements 
> *did* recently change. Thankfully, that's a rare event.
>
> and also in 'add-desktop-links.leox'. 
>>
>
> I failed to find this file yesterday because I searched for 'leo-message' 
> as a filename rather than as the contents of a file.
>
> And now I see why this file isn't in LeoPyRef.leo: the file 
> leo/scripts/desktop-integration.leo contains `@file` nodes for the .leox 
> file above and two other related .leox files.
>
> Edward
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/0e1d78b0-8522-4da4-9821-01484a5dc50en%40googlegroups.com.

Reply via email to