11 lines
205 B
TOML
11 lines
205 B
TOML
|
|
[project]
|
||
|
|
name = "opel-cad"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.11"
|
||
|
|
dependencies = [
|
||
|
|
"build123d>=0.11.0",
|
||
|
|
"ocp-vscode>=3.4.0",
|
||
|
|
]
|