20 lines
372 B
TOML
20 lines
372 B
TOML
[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"
|