From 8a38da5d22ea02b4bc71cd8ed9ae1dd69ed20d88 Mon Sep 17 00:00:00 2001 From: Boger Date: Thu, 12 Mar 2020 20:52:10 +0300 Subject: [PATCH] :speech_balloon: Replace all aiohttp mentions to httpx --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 4 +++- docs/index.md | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2a1994a5..c83e0fb8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,7 @@ Please provide any relevant information about your setup. This is important in c * Operating System: * Python Version: * aiogram version: -* aiohttp version: +* httpx version: * uvloop version (if installed): ## Expected Behavior diff --git a/README.md b/README.md index 5d0bae2e..faad8192 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,6 @@ [![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live) -**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler. +**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written +in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and +[httpx](https://github.com/encode/httpx). It helps you to make your bots faster and simpler. diff --git a/docs/index.md b/docs/index.md index 6961a181..90e285d1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,9 @@ Documentation for version 3.0 [WIP] [^1] [![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live) -**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler. +**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written +in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and +[httpx](https://github.com/encode/httpx). It helps you to make your bots faster and simpler. ## Features