mnemo_cards/mnemo_cards_telegram_bot/pubspec.yaml
Dmitry d377a871fc
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Deploy Telegram Bot / Deploy Telegram Bot (push) Waiting to run
env
2025-12-11 20:49:15 +03:00

27 lines
585 B
YAML

name: mnemo_cards_telegram_bot
description: A sample command-line application with basic argument parsing.
version: 0.0.1+1
publish_to: none
# repository: https://github.com/my_org/my_repo
environment:
sdk: '>=3.0.0 <4.0.0'
# Add regular dependencies here.
dependencies:
mnemo_cards_common_backend:
path: ../mnemo_cards_common_backend
teledart: ^0.6.1
archive: ^3.6.0
process_run: ^0.14.2
image: ^4.1.0
json_annotation: ^4.9.0
dev_dependencies:
lints: ^3.0.0
test: ^1.24.0
build_runner: ^2.4.0
json_serializable: ^6.8.0
copy_with_extension_gen: ^5.0.4