We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry
poetry export
pip install -r requirements.txt -t .
The text was updated successfully, but these errors were encountered:
poetry的主要缺点是不兼容PEP。如果希望自定义,最好的思路是选择兼容PEP的方案,比如pdm,并且在此基础上扩展。
Sorry, something went wrong.
计划更换成PDM
No branches or pull requests
poetry
的分组功能,根据云函数依赖进行分组,包括公共、函数特定、开发依赖(测试、文档)等。poetry export
导出多个不同的requirements.txt到每个函数的目录下。pip install -r requirements.txt -t .
The text was updated successfully, but these errors were encountered: