- Added `taken_at` timestamp to the photos table for improved photo metadata. - Updated the photo upload API to support optional EXIF data extraction and file last modified timestamp. - Enhanced the photo upload process to allow skipping EXIF data, defaulting to today's date if no other date is provided. - Improved the photo display in various components to utilize a unified caption format. - Refactored photo sorting and grouping logic for better organization in the UI.
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
fastapi==0.111.0
|
|
uvicorn[standard]==0.29.0
|
|
anthropic==0.26.0
|
|
python-multipart==0.0.9
|
|
Pillow==10.3.0
|
|
aiofiles==23.2.1
|
|
pydantic==2.7.1
|
|
bcrypt==4.1.3
|
|
slowapi==0.1.9
|
|
psycopg2-binary==2.9.9
|
|
python-dateutil==2.9.0
|
|
tzdata>=2024.1 # ZoneInfo (Europe/Berlin) auch unter Windows
|