Album skeleton creation

This commit is contained in:
Nick Pegg 2024-08-03 08:22:01 -07:00
parent 4e6cf1d499
commit e3816dfdb7
8 changed files with 85 additions and 29 deletions

View file

@ -11,6 +11,7 @@ license = "TODO"
photoalbum = 'photoalbum.cli:main'
[tool.poetry.dependencies]
# TODO: make sure we support >=3.10 via tests
python = "^3.12"
jinja2 = "^3.1.4"
pillow = "^10.4.0"