0.9.2 fastapi, uvicorn опциональны
This commit is contained in:
parent
6f86d15de4
commit
3ff9907a58
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "maxapi"
|
name = "maxapi"
|
||||||
version = "0.9.1"
|
version = "0.9.2"
|
||||||
description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX"
|
description = "Библиотека для разработки чат-ботов с помощью API мессенджера MAX"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
@ -14,14 +14,16 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp>=3.8.0",
|
"aiohttp>=3.8.0",
|
||||||
"fastapi>=0.68.0",
|
|
||||||
"magic_filter>=1.0.0",
|
"magic_filter>=1.0.0",
|
||||||
"pydantic>=1.8.0",
|
"pydantic>=1.8.0",
|
||||||
"uvicorn>=0.15.0",
|
|
||||||
"aiofiles==24.1.0",
|
"aiofiles==24.1.0",
|
||||||
"puremagic==1.30"
|
"puremagic==1.30"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
optional-dependencies = {
|
||||||
|
webhook = ["fastapi>=0.68.0", "uvicorn>=0.15.0"]
|
||||||
|
}
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/love-apples/maxapi"
|
Homepage = "https://github.com/love-apples/maxapi"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user