about summary refs log blame commit diff stats
path: root/pyproject.toml
blob: e1df40ba390677225f310bd3455cf4b47e735c88 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                              
[tool.poetry]
name = "myprecious"
version = "0.1.0"
description = ""
authors = ["BiRabittoh <birabittoh@duck.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
flask = "^2.3.2"
flask-sqlalchemy = "^3.0.5"
flask-login = "^0.6.2"
werkzeug = "^2.3.6"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"