add: use poetry

This commit is contained in:
ryana mittens 2024-09-06 07:59:21 +08:00
parent 8cec6752dd
commit 35127bf299

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "sparkle"
version = "0.1.0"
description = ""
authors = ["Ryana May Que <ryanamayque@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.113.0"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"