-
Notifications
You must be signed in to change notification settings - Fork 53
/
requirements.txt
32 lines (28 loc) · 1.16 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Install aiogram on steroids by default
aiogram==2.25.2
# uvloop # windows not supported (uncomment if you are on Linux)
ujson
aiohttp[speedups]
# Or choose manually what to install ...
# aiogram # general aiogram
# uvloop # fast, drop-in replacement of the built-in asyncio event loop
# ujson # ultra fast JSON encoder and decoder written in pure C
# cchardet # (aiohttp speedup) high speed universal character encoding detector
# aiodns # (aiohttp speedup) provides a simple way for doing asynchronous DNS resolutions
# Other packages
python-dotenv
###############################################################
### Some useful async libraries to use with aiogram ###
### for more: https://github.com/timofurrer/awesome-asyncio ###
##############################################################
# aiosqlite # Async work with SQLite
# asyncpg # Async work with PostgreSQL
# motor # Async work with MongoDB
# pyzmq # Async work with ZeroMQ
# piccolo # Async ORM
# aql # Async query builder (beta)
# httpx # Async http client
# aiofiles # Async work with files
# aioamqp # Async work with AMQP
# aiocache # Async work with cache system
# aiopath # Async pathlib