# telegram and telegraph
cryptg==0.2.post4
telethon[cryptg]==1.24.0
aiographfix==0.2.2

# feed parsing
feedparser==6.0.8
listparser==0.18
pillow==9.1.0
beautifulsoup4==4.10.0
lxml==4.8.0
fuzzywuzzy==0.18.0
emoji==1.7.0
minify-html>=0.6.10, <=0.8.0  # 0.6.10 for Python 3.7 (however, minify-html<0.7.0 comes with no arm64 support)
matplotlib==3.5.1

# db
asyncpg==0.25.0  # asyncpg@git+https://github.com/Rongronggg9/asyncpg.git@fix/pep-621
tortoise-orm[accel]==0.19.0
aerich==0.6.2

# network
aiohttp[speedups]==3.8.1
aiohttp-socks==0.7.1
aiohttp-retry==2.4.6
python-socks[asyncio]==2.0.3
dnspython[idna]==2.2.1
url-normalize==1.4.3

# utils
colorlog==6.6.0
APScheduler==3.9.1
python-dotenv==0.20.0
multidict==6.0.2
attrs==21.4.0
asyncstdlib==3.10.4
cachetools==5.0.0
CJKwrap==2.2
typing-extensions==4.1.1
uvloop==0.16.0; python_version>="3.7" and sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'
