dependencies sorting for mcp server

This commit is contained in:
2025-02-25 12:52:35 +00:00
parent 9a72ca86f3
commit 227e6321bf

View File

@@ -9,9 +9,10 @@ authors = [
{name = "Abhishek Bhakat", email = "abhishek.bhakat@hotmail.com"}
]
dependencies = [
"airflow-mcp-server>=0.4.0",
"anthropic>=0.46.0",
"apache-airflow>=2.10.0",
"openai>=1.64.0",
"anthropic>=0.46.0"
]
classifiers = [
"Development Status :: 3 - Alpha",
@@ -31,6 +32,13 @@ Issues = "https://github.com/abhishekbhakat/airflow-wingman/issues"
[project.entry-points."airflow.plugins"]
wingman = "airflow_wingman:WingmanPlugin"
[project.optional-dependencies]
dev = [
"build>=1.2.2",
"pre-commit>=4.0.1",
"ruff>=0.9.2"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"