nu/pyproject.toml
2025-01-29 10:28:48 +01:00

20 lines
407 B
TOML

[tool.poetry]
name = "ksi"
version = "0.1.0"
description = ""
authors = ["Thastertyn <thastertyn@thastertyn.xyz>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
sqlalchemy = "^2.0.37"
python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies]
sqlalchemy = {extras = ["mypy"], version = "^2.0.37"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"