Skip to content

Commit 66fd8e1

Browse files
author
Chad Smith
authored
Poetry also depends on pip
2 parents 1e40671 + ac210c1 commit 66fd8e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/Tools.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const initialToolData: Tool[] = [
230230
],
231231
toolDescription: `Poetry helps you declare, manage and install dependencies of Python projects. It also can publish packages to PyPI.`,
232232
useCases: [],
233-
dependsOn: ['virtualenv'],
233+
dependsOn: ['pip', 'virtualenv'],
234234
name: 'poetry',
235235
},
236236
{

0 commit comments

Comments
 (0)