mirror of
https://github.com/sstent/FitTrack_GarminSync.git
synced 2026-01-25 08:35:23 +00:00
Implement CLI app for API interaction with MFA
- Create full CLI application with authentication, sync triggering, and status checking - Implement MFA support for secure authentication - Add token management with secure local storage - Create API client for backend communication - Implement data models for User Session, Sync Job, and Authentication Token - Add command-line interface with auth and sync commands - Include unit and integration tests - Follow project constitution standards for Python 3.13, type hints, and code quality - Support multiple output formats (table, JSON, CSV)
This commit is contained in:
7
cli/requirements.txt
Normal file
7
cli/requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
click>=8.0.0
|
||||
httpx>=0.27.0
|
||||
pydantic>=2.0.0
|
||||
pyyaml>=6.0.0
|
||||
pytest>=8.0.0
|
||||
pytest-asyncio>=0.23.0
|
||||
types-pyyaml>=6.0.0
|
||||
Reference in New Issue
Block a user