英文: How do I specify that I want a dependency on all but a specific platform with Poetry? 问题 我有一个依赖于...
Pyngrok: 在下载ngrok时SSL证书验证失败
英文: Pyngrok: SSL certificate verify failed while downloading ngrok 问题 我想隧道化我的FastAPI服务器,所以我使用poetry安...
使用poetry和pip安装pydantic会引发错误。
英文: Install pydantic using poetry and pip throws ERROR 问题 我使用 poetry 安装了 pydantic。它可以正常工作,但在安装后尝试使用 ...
你可以如何重命名我的PyPI项目以修复其大小写问题?
英文: How can I rename my project on PyPI to fix its capitalization? 问题 我的PyPI项目名称有错误。具体来说,它的大小写不正确。例如...
使用诗歌来在Azure Functions管道中安装依赖项。
英文: Using poetry to install dependencies in Azure Functions pipeline 问题 目标 使用poetry和pyproject.toml文件...
触发依赖更新时重新安装本地诗歌
英文: Triggering a local poetry reinstall on dependency update 问题 当依赖项发生更改时,我需要代码失败以便我注意到并运行 poetry in...
使用一个插入符号(^)和一个 @ 符号添加诗歌。
英文: poetry add using a caret and a @ symbol 问题 I am confused as to what the "@" operator a...
Installing Packages with Poetry: ERROR: Can not combine '–user' and '–prefix' as they imply different installation locations
英文: Installing Packages with Poetry: ERROR: Can not combine '--user' and '--prefix' ...
GitHub Actions工作流程取消自身的步骤
英文: GitHub Actions workflow cancelling a step on itself 问题 以下是步骤: - name: run if: endsWith(github.re...
安装私有的 GitLab 包,使用特定版本。
英文: Install private gitlab package with specific version 问题 我有一个私有的GitLab包。它的当前版本 == 0.2.15 我使用Poetr...