first commit
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "wishlist-bot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
license = "MIT"
|
||||
authors = [
|
||||
{name = "SaddyDEAD",email = "saddydead@sonoma.su"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10,<3.15"
|
||||
dependencies = [
|
||||
"aiogram (>=3.26.0,<4.0.0)",
|
||||
"asyncio (>=4.0.0,<5.0.0)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "wishlist_bot", from = "src"}]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user