apple muncy commited on
Commit
fd49e40
·
1 Parent(s): 880d1bb

strip pyproject.toml

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. 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>=0.104.0",
9
- "uvicorn[standard]>=0.24.0",
10
- "gradio>=4.0.0",
11
- "huggingface-hub[mcp]>=0.32.0",
12
- "pydantic>=2.0.0",
13
- "python-multipart>=0.0.6",
14
- "requests>=2.31.0",
15
- "python-dotenv>=1.0.0",
16
- "fastmcp>=2.0.0",
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]