kidsnote-backup/Pipfile
Jeena 8413179b5f Fix photo filename collisions, video downloads, and EXIF dates
Photos in the same report with identical timestamps were overwriting each
other due to missing image index in the filename. Videos failed to download
because attached_video is a dict with resolution URLs, not a plain URL.

Also read EXIF DateTimeOriginal before modifying the file and write the
report date as fallback when the image has no original timestamp. Embed
creation_time metadata in downloaded videos using ffmpeg.
2026-04-04 01:50:24 +00:00

20 lines
282 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Pillow = "*"
piexif = "*"
requests = "*"
python-dotenv = "*"
selenium = "*"
blinker = "<1.5"
selenium-wire = "*"
packaging = "*"
setuptools = "*"
[dev-packages]
[requires]
python_version = "3"