2019-11-15 12:18:21 +02:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "aiogram"
|
2021-08-17 03:07:38 +03:00
|
|
|
version = "3.0.0-alpha.14"
|
2020-01-22 00:38:36 +02:00
|
|
|
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
2019-11-15 12:18:21 +02:00
|
|
|
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
|
|
|
|
license = "MIT"
|
2019-11-15 12:44:24 +02:00
|
|
|
readme = "README.md"
|
2020-01-22 00:38:36 +02:00
|
|
|
homepage = "https://aiogram.dev/"
|
|
|
|
|
documentation = "https://docs.aiogram.dev/"
|
2019-11-18 18:05:47 +02:00
|
|
|
repository = "https://github.com/aiogram/aiogram/"
|
2020-01-22 00:38:36 +02:00
|
|
|
keywords = [
|
2021-01-26 21:20:52 +02:00
|
|
|
"telegram",
|
|
|
|
|
"bot",
|
|
|
|
|
"api",
|
|
|
|
|
"framework",
|
|
|
|
|
"wrapper",
|
|
|
|
|
"asyncio",
|
2020-01-22 00:38:36 +02:00
|
|
|
]
|
2019-11-18 18:05:47 +02:00
|
|
|
classifiers = [
|
2021-01-26 21:20:52 +02:00
|
|
|
"Development Status :: 3 - Alpha",
|
|
|
|
|
"Environment :: Console",
|
|
|
|
|
"Framework :: AsyncIO",
|
|
|
|
|
"Intended Audience :: Developers",
|
|
|
|
|
"Intended Audience :: System Administrators",
|
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
|
"Programming Language :: Python :: 3.8",
|
|
|
|
|
"Programming Language :: Python :: 3.9",
|
|
|
|
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
|
|
|
"Framework :: AsyncIO",
|
|
|
|
|
"Typing :: Typed",
|
2019-11-18 18:05:47 +02:00
|
|
|
]
|
2019-11-15 12:18:21 +02:00
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2021-05-25 01:00:36 +03:00
|
|
|
python = "^3.8"
|
2021-08-01 01:09:43 +03:00
|
|
|
magic-filter = "^1.0.0"
|
2021-05-11 23:04:32 +03:00
|
|
|
aiohttp = "^3.7.4"
|
|
|
|
|
pydantic = "^1.8.1"
|
|
|
|
|
Babel = "^2.9.1"
|
2021-01-26 21:20:52 +02:00
|
|
|
aiofiles = "^0.6.0"
|
2021-05-11 23:04:32 +03:00
|
|
|
async_lru = "^1.0.2"
|
2021-01-26 21:20:52 +02:00
|
|
|
aiohttp-socks = { version = "^0.5.5", optional = true }
|
2021-07-31 23:34:09 +03:00
|
|
|
aioredis = { version = "^2.0.0", allow-prereleases = true, optional = true }
|
2021-06-19 02:43:55 +03:00
|
|
|
sphinx = { version = "^3.1.0", optional = true }
|
|
|
|
|
sphinx-intl = { version = "^2.0.1", optional = true }
|
|
|
|
|
sphinx-autobuild = { version = "^2020.9.1", optional = true }
|
|
|
|
|
sphinx-copybutton = { version = "^0.3.1", optional = true }
|
|
|
|
|
furo = { version = "^2021.6.18-beta.36", optional = true }
|
|
|
|
|
sphinx-prompt = { version = "^1.3.0", optional = true }
|
|
|
|
|
Sphinx-Substitution-Extensions = { version = "^2020.9.30", optional = true }
|
2019-11-15 12:18:21 +02:00
|
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2021-05-11 23:04:32 +03:00
|
|
|
aiohttp-socks = "^0.5"
|
2021-06-15 01:45:31 +03:00
|
|
|
aioredis = { version = "^2.0.0a1", allow-prereleases = true }
|
2021-05-11 23:04:32 +03:00
|
|
|
ipython = "^7.22.0"
|
|
|
|
|
uvloop = { version = "^0.15.2", markers = "sys_platform == 'darwin' or sys_platform == 'linux'" }
|
|
|
|
|
black = "^21.4b2"
|
|
|
|
|
isort = "^5.8.0"
|
|
|
|
|
flake8 = "^3.9.1"
|
|
|
|
|
flake8-html = "^0.4.1"
|
|
|
|
|
mypy = "^0.812"
|
|
|
|
|
pytest = "^6.2.3"
|
|
|
|
|
pytest-html = "^3.1.1"
|
|
|
|
|
pytest-asyncio = "^0.15.1"
|
2021-06-19 02:42:56 +03:00
|
|
|
pytest-lazy-fixture = "^0.6.3"
|
2021-05-11 23:04:32 +03:00
|
|
|
pytest-mock = "^3.6.0"
|
2021-06-19 02:42:56 +03:00
|
|
|
pytest-mypy = "^0.8.1"
|
2021-05-11 23:04:32 +03:00
|
|
|
pytest-cov = "^2.11.1"
|
|
|
|
|
aresponses = "^2.1.4"
|
|
|
|
|
asynctest = "^0.13.0"
|
|
|
|
|
toml = "^0.10.2"
|
2019-11-15 12:18:21 +02:00
|
|
|
pygments = "^2.4"
|
2021-01-26 21:20:52 +02:00
|
|
|
pymdown-extensions = "^8.0"
|
|
|
|
|
markdown-include = "^0.6"
|
2020-05-06 17:27:51 +03:00
|
|
|
pre-commit = "^2.3.0"
|
2020-05-12 16:07:16 +04:00
|
|
|
packaging = "^20.3"
|
2020-05-26 20:26:29 +03:00
|
|
|
typing-extensions = "^3.7.4"
|
2021-01-26 21:20:52 +02:00
|
|
|
sphinx = "^3.1.0"
|
|
|
|
|
sphinx-intl = "^2.0.1"
|
|
|
|
|
sphinx-autobuild = "^2020.9.1"
|
|
|
|
|
sphinx-copybutton = "^0.3.1"
|
2021-06-19 02:42:56 +03:00
|
|
|
furo = "^2021.6.18-beta.36"
|
2021-01-26 21:20:52 +02:00
|
|
|
sphinx-prompt = "^1.3.0"
|
|
|
|
|
Sphinx-Substitution-Extensions = "^2020.9.30"
|
2021-08-01 19:08:03 +03:00
|
|
|
towncrier = "^21.3.0"
|
2021-08-17 00:43:27 +03:00
|
|
|
diagrams = "^0.20.0"
|
2021-06-19 02:42:56 +03:00
|
|
|
|
2019-11-15 12:18:21 +02:00
|
|
|
|
2019-11-20 01:32:15 +02:00
|
|
|
[tool.poetry.extras]
|
|
|
|
|
fast = ["uvloop"]
|
2021-06-15 01:45:31 +03:00
|
|
|
redis = ["aioredis"]
|
2020-05-02 17:12:53 +04:00
|
|
|
proxy = ["aiohttp-socks"]
|
2021-01-26 21:20:52 +02:00
|
|
|
docs = [
|
|
|
|
|
"sphinx",
|
|
|
|
|
"sphinx-intl",
|
|
|
|
|
"sphinx-autobuild",
|
|
|
|
|
"sphinx-copybutton",
|
|
|
|
|
"furo",
|
|
|
|
|
"black",
|
|
|
|
|
"sphinx-prompt",
|
|
|
|
|
"Sphinx-Substitution-Extensions",
|
|
|
|
|
]
|
2019-11-20 01:32:15 +02:00
|
|
|
|
2019-06-29 19:53:18 +03:00
|
|
|
[tool.black]
|
|
|
|
|
line-length = 99
|
|
|
|
|
target-version = ['py37', 'py38']
|
|
|
|
|
exclude = '''
|
|
|
|
|
(
|
2019-11-15 12:18:21 +02:00
|
|
|
\.eggs
|
|
|
|
|
| \.git
|
|
|
|
|
| \.tox
|
|
|
|
|
| build
|
|
|
|
|
| dist
|
|
|
|
|
| venv
|
|
|
|
|
| docs
|
2019-06-29 19:53:18 +03:00
|
|
|
)
|
2019-11-15 12:18:21 +02:00
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
[tool.isort]
|
|
|
|
|
multi_line_output = 3
|
|
|
|
|
include_trailing_comma = true
|
|
|
|
|
force_grid_wrap = 0
|
|
|
|
|
use_parentheses = true
|
|
|
|
|
line_length = 99
|
2021-01-26 21:20:52 +02:00
|
|
|
known_third_party = [
|
|
|
|
|
"aiofiles",
|
|
|
|
|
"aiohttp",
|
|
|
|
|
"aiohttp_socks",
|
|
|
|
|
"aresponses",
|
|
|
|
|
"async_lru",
|
|
|
|
|
"packaging",
|
|
|
|
|
"pkg_resources",
|
|
|
|
|
"pydantic",
|
|
|
|
|
"pytest"
|
|
|
|
|
]
|
2019-11-15 12:18:21 +02:00
|
|
|
|
2021-08-01 19:08:03 +03:00
|
|
|
[tool.towncrier]
|
|
|
|
|
package = "aiogram"
|
|
|
|
|
filename = "CHANGES.rst"
|
|
|
|
|
directory = "CHANGES/"
|
|
|
|
|
template = "CHANGES/.template.rst.jinja2"
|
2021-08-03 23:50:10 +03:00
|
|
|
issue_format = "`#{issue} <https://github.com/aiogram/aiogram/issues/{issue}>`_"
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.section]]
|
|
|
|
|
path = ""
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "feature"
|
|
|
|
|
name = "Features"
|
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "bugfix"
|
|
|
|
|
name = "Bugfixes"
|
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "doc"
|
|
|
|
|
name = "Improved Documentation"
|
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "removal"
|
|
|
|
|
name = "Deprecations and Removals"
|
|
|
|
|
showcontent = true
|
|
|
|
|
|
|
|
|
|
[[tool.towncrier.type]]
|
|
|
|
|
directory = "misc"
|
|
|
|
|
name = "Misc"
|
|
|
|
|
showcontent = true
|
2021-08-01 19:08:03 +03:00
|
|
|
|
2019-11-15 12:18:21 +02:00
|
|
|
[build-system]
|
2021-01-26 21:20:52 +02:00
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|