mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Move docker code exec to autogen-ext (#3733)
* move docker code exec to autogen-ext * fix test * rename docker subpackage * add missing renamed package --------- Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
e1e9d19cb4
commit
c765a34cbf
@@ -22,6 +22,7 @@ dependencies = [
|
||||
[project.optional-dependencies]
|
||||
langchain-tools = ["langchain >= 0.3.1"]
|
||||
azure-code-executor = ["azure-core"]
|
||||
docker-code-executor = ["docker~=7.0"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/autogen_ext"]
|
||||
@@ -47,3 +48,8 @@ include = "../../shared_tasks.toml"
|
||||
|
||||
[tool.poe.tasks]
|
||||
test = "pytest -n auto"
|
||||
|
||||
[tool.mypy]
|
||||
[[tool.mypy.overrides]]
|
||||
module = "docker.*"
|
||||
ignore_missing_imports = true
|
||||
Reference in New Issue
Block a user