TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PEP 723 – Inline script metadata (merged into pip-run)

1 pointsby vindex10over 1 year ago

1 comment

vindex10over 1 year ago
Inline script dependencies were merged into pip-run:<p><pre><code> # &#x2F;&#x2F;&#x2F; script # requires-python = &quot;&gt;=3.11&quot; # dependencies = [ # &quot;requests&lt;3&quot;, # &quot;rich&quot;, # ] # &#x2F;&#x2F;&#x2F;</code></pre>