0
0
mirror of https://gitflic.ru/project/maks1ms/ocab.git synced 2024-12-23 16:23:01 +03:00

обновил стек: Python 3.11.6 или выше

This commit is contained in:
ilyazheprog 2024-02-12 11:48:55 +07:00
parent 68406fee53
commit d71fef0fed
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ OCAB - это бот для Telegram, который призван помочь
## Технологический стек
* Python 3.11.6 - основной язык программирования.
* Python 3.11.6 или выше - основной язык программирования.
* SQLite 3 - база данных для хранения информации о чате и пользователях.
* [Poetry](https://gitflic.ru/project/armatik/ocab/blob?file=how-to%20install%20deps.md&branch=OCAB-V2) - менеджер зависимостей.
* aiogram 3 - библиотека для работы с Telegram API.

2
poetry.lock generated
View File

@ -824,5 +824,5 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.6"
python-versions = "^3.11.6"
content-hash = "dea2f6ada13efef77325b219721fda6515a4c203c31e47dcafe8726e5d5f9ac6"

View File

@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.6"
python = "^3.11.6"
aiogram = "^3.2.0"
peewee = "^3.17.0"
pyyaml = "^6.0.1"