Files
sstent ca9d7d9e90 Complete spec: Code alignment and documentation cleanup
- Ensure code aligns with CentralDB models
- Document code alignment with CentralDB models
- Remove informal reference documents (data-model.md, DB_API_SPEC.json, GARMINSYNC_SPEC.md)
- Run linters and formatters (black, isort, mypy)
- Update project configuration files
- Add .dockerignore for Docker builds
- Perform code formatting and import sorting
- Fix type checking issues
- Update documentation files
- Complete implementation tasks as per spec
2025-12-18 13:21:54 -08:00

15 lines
1.9 KiB
Plaintext

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: garth in /home/sstent/.local/lib/python3.13/site-packages (0.5.17)
Requirement already satisfied: pydantic<3.0.0,>=1.10.12 in /home/sstent/.local/lib/python3.13/site-packages (from garth) (2.12.0)
Requirement already satisfied: requests-oauthlib<3.0.0,>=1.3.1 in /home/sstent/.local/lib/python3.13/site-packages (from garth) (2.0.0)
Requirement already satisfied: requests<3.0.0,>=2.0.0 in /home/sstent/.local/lib/python3.13/site-packages (from garth) (2.32.5)
Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.13/dist-packages (from pydantic<3.0.0,>=1.10.12->garth) (0.7.0)
Requirement already satisfied: pydantic-core==2.41.1 in /home/sstent/.local/lib/python3.13/site-packages (from pydantic<3.0.0,>=1.10.12->garth) (2.41.1)
Requirement already satisfied: typing-extensions>=4.14.1 in /home/sstent/.local/lib/python3.13/site-packages (from pydantic<3.0.0,>=1.10.12->garth) (4.15.0)
Requirement already satisfied: typing-inspection>=0.4.2 in /home/sstent/.local/lib/python3.13/site-packages (from pydantic<3.0.0,>=1.10.12->garth) (0.4.2)
Requirement already satisfied: charset_normalizer<4,>=2 in /home/sstent/.local/lib/python3.13/site-packages (from requests<3.0.0,>=2.0.0->garth) (3.4.3)
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests<3.0.0,>=2.0.0->garth) (3.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /home/sstent/.local/lib/python3.13/site-packages (from requests<3.0.0,>=2.0.0->garth) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in /home/sstent/.local/lib/python3.13/site-packages (from requests<3.0.0,>=2.0.0->garth) (2025.10.5)
Requirement already satisfied: oauthlib>=3.0.0 in /home/sstent/.local/lib/python3.13/site-packages (from requests-oauthlib<3.0.0,>=1.3.1->garth) (3.3.1)