28 lines
585 B
YAML
28 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
|