This commit is contained in:
Fernando Melo
2026-05-27 19:51:52 -03:00
parent dbef87dd0e
commit 440b1cfadb
18 changed files with 1687 additions and 8 deletions

View File

@@ -4,4 +4,10 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"httpx>=0.28.1",
"mcp>=1.27.1",
"oci>=2.176.0",
"oracledb>=2.0",
"urllib3>=2.6.3,<3",
]