Spaces:
Sleeping
Sleeping
apple muncy
commited on
Commit
·
fd49e40
1
Parent(s):
880d1bb
strip pyproject.toml
Browse filesSigned-off-by: apple muncy <[email protected]>
- pyproject.toml +9 -9
pyproject.toml
CHANGED
@@ -5,15 +5,15 @@ description = "FastAPI and Gradio app for Hugging Face Hub discussion webhooks"
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
-
"fastapi
|
9 |
-
"uvicorn[standard]
|
10 |
-
"gradio
|
11 |
-
"huggingface-hub[mcp]
|
12 |
-
"pydantic
|
13 |
-
"python-multipart
|
14 |
-
"requests
|
15 |
-
"python-dotenv
|
16 |
-
"fastmcp
|
17 |
]
|
18 |
|
19 |
[build-system]
|
|
|
5 |
readme = "README.md"
|
6 |
requires-python = ">=3.11"
|
7 |
dependencies = [
|
8 |
+
"fastapi",
|
9 |
+
"uvicorn[standard]>",
|
10 |
+
"gradio",
|
11 |
+
"huggingface-hub[mcp]",
|
12 |
+
"pydantic",
|
13 |
+
"python-multipart",
|
14 |
+
"requests",
|
15 |
+
"python-dotenv",
|
16 |
+
"fastmcp",
|
17 |
]
|
18 |
|
19 |
[build-system]
|