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.
2 parents 35d8811 + b14b7ac commit cea1e73Copy full SHA for cea1e73
frontend/src/initialToolData.tsx
@@ -6,7 +6,7 @@ const zipAppDescription =
6
7
const _initialToolData: Tool[] = [
8
{
9
- features: ['install cli apps', 'install libraries'],
+ features: ['install cli apps', 'install libraries', 'dependency resolver'],
10
name: 'pip',
11
useCases: ['Install libraries', 'Install CLI tools'],
12
dependsOn: [],
0 commit comments