mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2024-12-23 16:23:02 +03:00
обновил стек: Python 3.11.6 или выше
This commit is contained in:
parent
68406fee53
commit
d71fef0fed
@ -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
2
poetry.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user