Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 39b1b2f

Browse files
authored
Update poetry.js
1 parent abd6153 commit 39b1b2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/poetry.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ function pyprojectTomlToRequirements() {
2222
'-f',
2323
'requirements.txt',
2424
'-o',
25-
'requirements.txt'
25+
'requirements.txt',
26+
'--with-credentials'
2627
],
2728
{
2829
cwd: this.servicePath

0 commit comments

Comments
 (0)