fix: add python-dateutil dependency for vitals CSV import
ModuleNotFoundError: No module named 'dateutil' beim Server-Start. Ursache: vitals.py importiert dateutil.parser für Omron-Datumsformatierung, aber python-dateutil fehlte in requirements.txt. Fix: python-dateutil==2.9.0 zu requirements.txt hinzugefügt. Nach dem Update: Docker Container neu bauen auf dem Pi: cd /home/lars/docker/bodytrack-dev docker compose -f docker-compose.dev-env.yml build --no-cache backend docker compose -f docker-compose.dev-env.yml up -d Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
37fd28ec5a
commit
1619091640
|
|
@ -8,3 +8,4 @@ pydantic==2.7.1
|
||||||
bcrypt==4.1.3
|
bcrypt==4.1.3
|
||||||
slowapi==0.1.9
|
slowapi==0.1.9
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
|
python-dateutil==2.9.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user