RemiFabre commited on
Commit
504a94a
·
1 Parent(s): 7a49b94

Adding scipy and requests dependencies

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -0
pyproject.toml CHANGED
@@ -14,6 +14,8 @@ dependencies = [
14
  "soundfile",
15
  "huggingface-hub==0.34.4",
16
  "python-multipart",
 
 
17
  ]
18
  keywords = ["reachy-mini-app"]
19
 
 
14
  "soundfile",
15
  "huggingface-hub==0.34.4",
16
  "python-multipart",
17
+ "scipy",
18
+ "requests",
19
  ]
20
  keywords = ["reachy-mini-app"]
21