💬 Replace all aiohttp mentions to httpx

This commit is contained in:
Boger 2020-03-12 20:52:10 +03:00
parent f2c07ab202
commit 8a38da5d22
3 changed files with 7 additions and 3 deletions

View file

@ -17,7 +17,7 @@ Please provide any relevant information about your setup. This is important in c
* Operating System: * Operating System:
* Python Version: * Python Version:
* aiogram version: * aiogram version:
* aiohttp version: * httpx version:
* uvloop version (if installed): * uvloop version (if installed):
## Expected Behavior ## Expected Behavior

View file

@ -8,4 +8,6 @@
[![Downloads](https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square)](https://pypi.python.org/pypi/aiogram) [![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) [![\[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.

View file

@ -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) [![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) [![\[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 ## Features