demo-int-table/pyproject.toml

17 lines
320 B
TOML

[tool.poetry]
name = "interactive-table"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
Django = "^5.0.4"
djangorestframework = "^3.15.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"