add pyproject.toml

This commit is contained in:
saidsurucu
2025-05-24 01:19:53 +03:00
parent f6e95140cf
commit b19ccc60d7
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -160,4 +160,4 @@ cython_debug/
#.idea/ #.idea/
.DS_Store .DS_Store
hello.py hello.py
*.toml
+14
View File
@@ -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",
]