tfrere commited on
Commit
6fa0f36
·
1 Parent(s): 844b271

add python multipart to backend

Browse files
Files changed (1) hide show
  1. backend/pyproject.toml +1 -0
backend/pyproject.toml CHANGED
@@ -19,6 +19,7 @@ dependencies = [
19
  "ruff>=0.11.2",
20
  "lighteval>=0.8.0",
21
  "huggingface-hub>=0.22.0",
 
22
  ]
23
 
24
  [build-system]
 
19
  "ruff>=0.11.2",
20
  "lighteval>=0.8.0",
21
  "huggingface-hub>=0.22.0",
22
+ "python-multipart>=0.0.5",
23
  ]
24
 
25
  [build-system]