2025-01-09 15:44:23 -08:00
|
|
|
[project]
|
|
|
|
name = "drag-draft"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = [
|
|
|
|
{name = "IamTheFij"}
|
|
|
|
]
|
|
|
|
license = {text = "MIT"}
|
|
|
|
readme = "README.md"
|
2025-01-09 17:18:56 -08:00
|
|
|
requires-python = ">=3.12,<4.0.0"
|
2025-01-09 15:44:23 -08:00
|
|
|
dependencies = [
|
2025-01-09 17:18:56 -08:00
|
|
|
"nicegui (>=2.9.1,<3.0.0)"
|
2025-01-09 15:44:23 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|