This program is used to upload image files for inclusion in the LIL blog. It is deployed to a Dokku instance.
For development, install Poetry and run
poetry install
in this directory to set up the environment. For deployment,
if there have been any changes to poetry.lock
, export the
conventional requirements file like this:
poetry export -o requirements.txt