maxapi/setup.cfg
2025-06-20 03:33:10 +03:00

27 lines
641 B
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[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