Skip to content

Commit 9412730

Browse files
committed
commiting first attempt at resovling #445
1 parent 64e20db commit 9412730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/poetry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function pyprojectTomlToRequirements() {
1616

1717
const res = spawnSync(
1818
'poetry',
19-
['export', '--without-hashes', '-f', 'requirements.txt'],
19+
['export', '--without-hashes', '-f', 'requirements.txt', '>', 'requirements.txt'],
2020
{
2121
cwd: this.servicePath
2222
}

0 commit comments

Comments
 (0)