19 lines
298 B
TOML
19 lines
298 B
TOML
[tool.poetry]
|
|
name = "func_py"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tobias <tobias_weise@gmx.de>"]
|
|
license = "bsd3"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
pytest = "^8.4.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|