swag-shop/backend/pyproject.toml

20 lines
372 B
TOML
Raw Permalink Normal View History

[tool.poetry]
name = "swag-shop"
version = "0.1.0"
description = ""
authors = ["Thastertyn <thastertyn@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.6"
sqlalchemy = "^2.0.37"
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"