Initial gitea release.
This commit is contained in:
@ -1,16 +1,15 @@
|
||||
[tool.poetry]
|
||||
[project]
|
||||
name = "autotex"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Pavel Kirilin <win10@list.ru>"]
|
||||
authors = [{ name = "Pavel Kirilin", email = "win10@list.ru" }]
|
||||
requires-python = "~=3.11.0"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
aiogram = "^3.10.0"
|
||||
python-dotenv = "^1.0.1"
|
||||
|
||||
dependencies = [
|
||||
"aiogram>=3.10.0,<4",
|
||||
"python-dotenv>=1.0.1,<2",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
Reference in New Issue
Block a user