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