mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
💬 Replace all aiohttp mentions to httpx
This commit is contained in:
parent
f2c07ab202
commit
8a38da5d22
3 changed files with 7 additions and 3 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,4 +8,6 @@
|
|||
[](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.
|
||||
|
|
|
|||
|
|
@ -10,7 +10,9 @@ Documentation for version 3.0 [WIP] [^1]
|
|||
[](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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue