Files
hdlbuild/pyproject.toml
Max P d6d792c9e6
Some checks failed
Build Wheels / build (push) Failing after 36s
Revert pyyaml dependency specification
2025-04-27 11:16:44 +00:00

24 lines
501 B
TOML

[tool.poetry]
name = "hdlbuild"
version = "0.2.1"
description = "Flexible FPGA Build System"
authors = ["0xMax42 <Mail@0xMax42.io>"]
license = "MIT"
readme = "README.md"
packages = [{ include = "hdlbuild", from = "src" }]
[tool.poetry.scripts]
hdlbuild = "hdlbuild.cli:main"
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = "^5.4.1"
doit = "^0.36.0"
pydantic = "^2.11.3"
rich = "^14.0.0"
gitpython = "^3.1.44"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"