mirror of
https://github.com/kennethreitz/photos.kennethreitz.org.git
synced 2026-06-05 06:46:13 +00:00
e295037c4e
- City model with continent/country/name, auto-created from GPS coords - Offline reverse geocoding via reverse_geocoder (no API limits) - geocode management command to backfill existing images - Cities page grouped by continent > country with image counts - City detail page with shuffled infinite scroll - Cities link in nav Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
25 lines
580 B
TOML
25 lines
580 B
TOML
[project]
|
|
name = "exiftree"
|
|
version = "0.1.0"
|
|
description = "Browse photography through the gear that made it."
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"boto3>=1.42.85",
|
|
"celery>=5.6.3",
|
|
"dj-database-url>=3.1.2",
|
|
"django>=6.0.4",
|
|
"django-bolt>=0.7.4",
|
|
"django-storages>=1.14.6",
|
|
"exifread>=3.5.1",
|
|
"httpx>=0.28.1",
|
|
"imagehash>=4.3.2",
|
|
"openai>=2.30.0",
|
|
"pillow>=12.2.0",
|
|
"psycopg[binary]>=3.3.3",
|
|
"python-dotenv>=1.2.2",
|
|
"redis>=7.4.0",
|
|
"requests>=2.33.1",
|
|
"reverse-geocoder>=1.5.1",
|
|
"sqlalchemy>=2.0.49",
|
|
]
|