23 lines
452 B
TOML
23 lines
452 B
TOML
[project]
|
|
name = "cast-os"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "pstruebi",email = "struebin.patrick@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.12,<4.0"
|
|
dependencies = [
|
|
"python-dotenv (>=1.1.1,<2.0.0)",
|
|
"wg-easy-api (>=0.1.2,<0.2.0)",
|
|
"requests (>=2.32.5,<3.0.0)"
|
|
]
|
|
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|