Skip to content

Commit 3670cd5

Browse files
committed
📦 build(pyproject): 更新项目依赖和版本
- 将项目版本从 0.1.0 升级至 0.1.1 - 在依赖项中添加 docker>=6.0.0 以支持容器化功能
1 parent 8cceef9 commit 3670cd5

File tree

2 files changed

+1672
-2061
lines changed

2 files changed

+1672
-2061
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[project]
22
name = "amrita-plugin-exec"
33
description = ""
4-
version = "0.1.0"
5-
dependencies = ["amrita[full]>=0.4.2"]
4+
version = "0.1.1"
5+
dependencies = [
6+
"amrita[full]>=0.4.2",
7+
"docker>=6.0.0"
8+
]
69
readme = "README.md"
710
requires-python = ">=3.10, <3.14"
811

0 commit comments

Comments
 (0)