mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
📌 Change ^0.12.0 to ^0.12 for allowing minor updating
This commit is contained in:
parent
086806e202
commit
f2c07ab202
3 changed files with 112 additions and 51 deletions
|
|
@ -32,13 +32,13 @@ classifiers = [
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
httpx = "^0.12"
|
||||
aiohttp = "^3.6"
|
||||
pydantic = "^1.2"
|
||||
Babel = "^2.7"
|
||||
aiofiles = "^0.4.0"
|
||||
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'", optional = true}
|
||||
async_lru = "^1.0"
|
||||
httpx = "^0.12.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
uvloop = {version = "^0.14.0", markers = "sys_platform == 'darwin' or sys_platform == 'linux'"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue