18 lines
335 B
TOML
18 lines
335 B
TOML
[tool.poetry]
|
|
name = "woven"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["LilyRose2798 <lily@rose.place>"]
|
|
license = "AGPLv3"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
fabric = "^3.2.2"
|
|
attrs = "^23.2.0"
|
|
cattrs = "^23.2.3"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|