25 lines
583 B
TOML
25 lines
583 B
TOML
[project]
|
|
name = "donat-admin"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "harold",email = "tihon414@gmail.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"sqladmin (>=0.21.0,<0.22.0)",
|
|
"sqlalchemy (>=2.0.43,<3.0.0)",
|
|
"fastapi (>=0.116.1,<0.117.0)",
|
|
"uvicorn (>=0.35.0,<0.36.0)",
|
|
"python-dotenv (>=1.1.1,<2.0.0)",
|
|
"asyncpg (>=0.30.0,<0.31.0)",
|
|
"python-jose (>=3.5.0,<4.0.0)",
|
|
"itsdangerous (>=2.2.0,<3.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|