misc cleanup;

* more typos
* python 3.13 deprecations
This commit is contained in:
ed 2024-10-11 20:46:40 +00:00
parent 4a4ec88d00
commit 1e7697b551
9 changed files with 10 additions and 9 deletions

View file

@ -279,6 +279,7 @@ the rest is mostly optional; if you need a working env for vscode or similar
python3 -m venv .venv
. .venv/bin/activate
pip install jinja2 strip_hints # MANDATORY
pip install argon2-cffi # password hashing
pip install mutagen # audio metadata
pip install pyftpdlib # ftp server
pip install partftpy # tftp server