[UP] pyproject.toml
This commit is contained in:
parent
7eeb4fb05b
commit
179cc1fe32
1 changed files with 3 additions and 2 deletions
|
|
@ -6,10 +6,11 @@ authors = [
|
|||
{name = "Evgeny (Krymmy) Momotov",email = "evgeny.momotov@gmail.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
"pydantic (==2.11.7)",
|
||||
"aiohttp (==3.12.15)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "CallerApiManager", from = "src"}]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue