feat(global): init structure
This commit is contained in:
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "solaris-guest-bot"
|
||||
version = "0.1.0"
|
||||
description = "A Gemini-powered phi-creature for Telegram"
|
||||
authors = [
|
||||
{ name = "h", email = "h@kotikot.com" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"aiogram>=3.20.0.post0",
|
||||
"beanie>=1.30.0",
|
||||
"dishka>=1.6.0",
|
||||
"pydantic-settings>=2.10.1",
|
||||
"rich>=14.0.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src"]
|
||||
|
||||
[tool.hatch.build.sources]
|
||||
"src" = ""
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
Reference in New Issue
Block a user