/
android113
/
schedule_tg_bot
Обзор
Документация
Войти
/
android113
/
schedule_tg_bot
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
pyproject.toml
24 строки
537 B
Скороходов Андрей Андреевич
initial commit1
13 окт 2025, 11:41
13 окт 2025, 11:41
4514204
Код
Авторство
О чём код?
[project] name = "botter" version = "0.1.0" description = "" authors = [ {name = "Your Name",email = "you@example.com"} ] readme = "README.md" requires-python = ">=3.12" dependencies = [ "python-telegram-bot (>=22.5,<23.0)", "apscheduler (>=3.11.0,<4.0.0)", "pytz (>=2025.2,<2026.0)", "pillow (>=11.3.0,<12.0.0)", "python-dotenv (>=1.1.1,<2.0.0)", ] [tool.poetry] packages = [{include = "botter", from = "src"}] [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"