We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e40671 commit ac210c1Copy full SHA for ac210c1
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