Spaces:
Build error
Build error
Create pyproject.toml
Browse files- 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
|