We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6887c commit 6586a25Copy full SHA for 6586a25
lib/poetry.js
@@ -44,7 +44,7 @@ function pyprojectTomlToRequirements() {
44
const editableFlag = new RegExp(/^-e /gm);
45
const sourceRequirements = path.join(this.servicePath, 'requirements.txt');
46
const requirementsContents = fse.readFileSync(sourceRequirements, {
47
- encoding: "utf-8"
+ encoding: 'utf-8',
48
});
49
50
if (requirementsContents.match(editableFlag)) {
0 commit comments