summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ff9a9f0dd8beeb0351db92f2e47111ac84fbb668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgbase = python-aiogram
	pkgdesc = A pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.7 with asyncio and aiohttp
	pkgver = 2.6.1
	pkgrel = 1
	url = https://github.com/aiogram/aiogram
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python>=3.7
	depends = python-aiohttp>=3.5.4
	depends = python-aiohttp<4.0.0
	depends = python-babel>=2.6.0
	depends = python-certifi>=2019.3.9
	optdepends = python-uvloop: fast, drop-in replacement of the built-in asyncio event loop
	optdepends = python-ujson: ultra fast JSON encoder and decoder written in pure C
	optdepends = python-rapidjson: extremely fast C++ JSON parser and serialization library
	optdepends = python-emoji: emojize and demojize support
	optdepends = python-aioredis: Redis storage support
	optdepends = python-aiohttp-socks: SOCKS4(a) and SOCKS5 proxy support
	source = https://github.com/aiogram/aiogram/archive/v2.6.1.tar.gz
	sha256sums = 5f5bdadc67a0a81d3c9a529cfbc694a09c7813ee32606b506401df955a99cb6b

pkgname = python-aiogram