mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix req.txt
This commit is contained in:
parent
0429ca4fd0
commit
ff99f93dfc
2 changed files with 3 additions and 2 deletions
|
|
@ -58,6 +58,7 @@
|
|||
"webpack-dev-server": ">=5.2.1",
|
||||
"form-data": ">=4.0.4",
|
||||
"mermaid": ">=11.10.0",
|
||||
"gray-matter": "4.0.3"
|
||||
"gray-matter": "4.0.3",
|
||||
"glob": ">=11.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
"webpack-dev-server": ">=5.2.1",
|
||||
"mermaid": ">=11.10.0",
|
||||
"js-yaml": ">=4.1.1",
|
||||
"glob": ">=10.5.0"
|
||||
"glob": ">=11.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue