This commit is contained in:
@@ -6,15 +6,11 @@ requires-python = ">=3.13,<3.14"
|
||||
dependencies = [
|
||||
"anthropic>=0.69.0",
|
||||
"Appium-Python-Client>=5.1.1",
|
||||
"fastapi>=0.115.0",
|
||||
"httpx>=0.27.0",
|
||||
"jinja2>=3.1",
|
||||
"mcp>=1.27,<2",
|
||||
"openai>=1.0.0",
|
||||
"paddlepaddle>=3.0.0",
|
||||
"paddleocr>=3.0.0",
|
||||
"python-multipart>=0.0.20",
|
||||
"uvicorn[standard]>=0.30.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
@@ -55,13 +51,6 @@ include = [
|
||||
"workflow*",
|
||||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
api = [
|
||||
"templates/runtime_console/*.html",
|
||||
"static/runtime_console/*.css",
|
||||
"static/runtime_console/*.js",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
addopts = "-ra --import-mode=importlib"
|
||||
|
||||
Reference in New Issue
Block a user