23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@ -0,0 +1,23 @@
|
||||
[tool.poetry]
|
||||
name = "anime"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Pavel Kirilin <win10@list.ru>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
fastapi = "^0.110.3"
|
||||
typer = "^0.12.3"
|
||||
uvicorn = { version = "^0.29.0", extras = ["standard"] }
|
||||
|
||||
[tool.poetry.scripts]
|
||||
anime = "anime.__main__:main"
|
||||
|
||||
[tool.poetry.build]
|
||||
generate-setup-file = false
|
||||
script = "pre_build.py"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Reference in New Issue
Block a user