We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5177cdd commit f33c79aCopy full SHA for f33c79a
lib/pip.js
@@ -63,9 +63,8 @@ function generateRequirementsFile(
63
) {
64
if (
65
options.usePoetry &&
66
- fse.existsSync(
67
- path.join(servicePath, 'pyproject.toml') && isPoetryProject(servicePath)
68
- )
+ fse.existsSync(path.join(servicePath, 'pyproject.toml')) &&
+ isPoetryProject(servicePath)
69
70
filterRequirementsFile(
71
path.join(servicePath, '.serverless/requirements.txt'),
package.json
@@ -45,7 +45,7 @@
45
},
46
"devDependencies": {
47
"eslint": "^5.16.0",
48
- "prettier": "*",
+ "prettier": "^1",
49
"cross-spawn": "*",
50
"deasync-promise": "*",
51
"tape": "*"
0 commit comments