feat: support Poetry (#790)

This commit is contained in:
SteveLauC
2024-07-07 10:37:07 +08:00
committed by GitHub
parent a9f57d4205
commit 960b14fa20
3 changed files with 8 additions and 0 deletions

View File

@@ -415,6 +415,7 @@ fn run() -> Result<()> {
runner.execute(Step::Lensfun, "Lensfun's database update", || {
generic::run_lensfun_update_data(&ctx)
})?;
runner.execute(Step::Poetry, "Poetry", || generic::run_poetry(&ctx))?;
if should_run_powershell {
runner.execute(Step::Powershell, "Powershell Modules Update", || {