We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e40671 + ac210c1 commit 66fd8e1Copy full SHA for 66fd8e1
1 file changed
frontend/src/Tools.tsx
@@ -230,7 +230,7 @@ export const initialToolData: Tool[] = [
230
],
231
toolDescription: `Poetry helps you declare, manage and install dependencies of Python projects. It also can publish packages to PyPI.`,
232
useCases: [],
233
- dependsOn: ['virtualenv'],
+ dependsOn: ['pip', 'virtualenv'],
234
name: 'poetry',
235
},
236
{
0 commit comments