add pyproject.toml
This commit is contained in:
+1
-1
@@ -160,4 +160,4 @@ cython_debug/
|
||||
#.idea/
|
||||
.DS_Store
|
||||
hello.py
|
||||
*.toml
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
[project]
|
||||
name = "yargi-mcp"
|
||||
version = "0.1.0"
|
||||
description = "MCP Server For Turkish Legal Databases"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.13.4",
|
||||
"fastmcp>=2.2.10",
|
||||
"httpx>=0.28.1",
|
||||
"markitdown>=0.1.1",
|
||||
"pydantic>=2.11.4",
|
||||
"aiohttp>=3.11.18",
|
||||
]
|
||||
Reference in New Issue
Block a user