Hyeonseo commited on
Commit
4ed7669
·
verified ·
1 Parent(s): f78fca1

Create pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +13 -0
pyproject.toml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [project]
2
+ name = "translation-file-explorer-mcp"
3
+ version = "0.1.0"
4
+ requires-python = ">=3.10"
5
+ dependencies = [
6
+ "gradio[mcp]>=5.33.0",
7
+ "pydantic>=2.7.0",
8
+ "requests>=2.31.0",
9
+ "pyyaml>=6.0.1",
10
+ ]
11
+
12
+ [tool.ruff]
13
+ line-length = 100