Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Mobile App CI / test (push) Waiting to run
Mobile App CI / build-android (push) Blocked by required conditions
Mobile App CI / build-ios (push) Blocked by required conditions
Web App CI / test (push) Waiting to run
Web App 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
27 lines
586 B
YAML
27 lines
586 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: ^11.0.0
|