19 lines
399 B
YAML
19 lines
399 B
YAML
# SPDX-FileCopyrightText: 2026 FocusFlow contributors
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
name: scheduler_backup
|
|
description: Encrypted SQLite backup and restore helpers for the ADHD scheduler.
|
|
version: 0.1.0
|
|
publish_to: none
|
|
resolution: workspace
|
|
|
|
environment:
|
|
sdk: '>=3.6.0 <4.0.0'
|
|
|
|
dependencies:
|
|
cryptography: ^2.7.0
|
|
encrypt: ^5.0.3
|
|
|
|
dev_dependencies:
|
|
lints: ^5.0.0
|
|
test: ^1.25.0
|