fix: Various fixes
This commit is contained in:
@@ -3,11 +3,14 @@ name = "docker-agent-sandbox"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"docker",
|
||||
"langchain-core",
|
||||
"loguru",
|
||||
"docker>=7.1.0",
|
||||
"langchain-core>=1.2.24",
|
||||
"loguru>=0.7.3",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user