Initial Structure

This commit is contained in:
2025-02-15 09:00:13 -05:00
commit de565fce4f
15 changed files with 279 additions and 0 deletions

28
requirements.txt Normal file
View File

@ -0,0 +1,28 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
blinker==1.9.0
# via flask
click==8.1.8
# via flask
flask==3.1.0
# via foldsite (pyproject.toml)
itsdangerous==2.2.0
# via flask
jinja2==3.1.5
# via flask
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via
# jinja2
# werkzeug
mdurl==0.1.2
# via markdown-it-py
pygments==2.19.1
# via rich
rich==13.9.4
# via foldsite (pyproject.toml)
waitress==3.0.2
# via foldsite (pyproject.toml)
werkzeug==3.1.3
# via flask