1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 22:43:26 +00:00

fix: [#49] fix aiogram package

This commit is contained in:
ksieuk 2023-10-14 15:04:21 +03:00
parent 6ff1a76828
commit 8297e13b32
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. # This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
[[package]] [[package]]
name = "aiogram" name = "aiogram"
@ -1361,4 +1361,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "afc5943d3cbf03dd9b7103acb8a74e8750b22fc3b98c50efa21c3ea5f2739483" content-hash = "9e963b2a584e01caae30c87f27c892c70461cf3ef7e22e64e57d0a56634934c1"

View File

@ -15,13 +15,13 @@ py_version = "311"
[tool.poetry] [tool.poetry]
authors = ["jsdio@jsdio.ru"] authors = ["jsdio@jsdio.ru"]
description = "" description = ""
name = "fastapi_project" name = "bot_aiogram"
readme = "README.md" readme = "README.md"
version = "0.1.0" version = "0.1.0"
[tool.poetry.dependencies] [tool.poetry.dependencies]
aiogram = "~2.18" aiogram = "2.18"
environs = "~9.0" environs = "9.0"
pydantic-settings = "^2.0.3" pydantic-settings = "^2.0.3"
pytest-asyncio = "^0.21.1" pytest-asyncio = "^0.21.1"
python = "^3.11" python = "^3.11"