27 lines
641 B
INI
27 lines
641 B
INI
[metadata]
|
||
name = maxapi
|
||
version = 0.5
|
||
description = Библиотека для разработки чат-бото с помощью API мессенджера MAX
|
||
long_description = file: README.md
|
||
long_description_content_type = text/markdown
|
||
author = Denis
|
||
url = https://github.com/love-apples/maxapi/tree/main
|
||
license = MIT
|
||
keywords =
|
||
max
|
||
api
|
||
bot
|
||
classifiers =
|
||
License :: OSI Approved :: MIT License
|
||
Programming Language :: Python :: 3.10
|
||
|
||
[options]
|
||
packages = find:
|
||
install_requires =
|
||
aiohttp>=3.8.0
|
||
fastapi>=0.68.0
|
||
magic_filter>=1.0.0
|
||
pydantic>=1.8.0
|
||
uvicorn>=0.15.0
|
||
python_requires = >=3.10
|