Solid start, README added, halloween carve drawing works, but doesn't do anything yet.

This commit is contained in:
csd4ni3l
2025-10-22 16:46:28 +02:00
commit bb2eec1a42
18 changed files with 1393 additions and 0 deletions

27
requirements.txt Normal file
View File

@@ -0,0 +1,27 @@
# 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.3.0
# via flask
flask==3.1.2
# via
# loginween (pyproject.toml)
# flask-login
flask-login==0.6.3
# via loginween (pyproject.toml)
itsdangerous==2.2.0
# via flask
jinja2==3.1.6
# via flask
markupsafe==3.0.3
# via
# flask
# jinja2
# werkzeug
python-dotenv==1.1.1
# via loginween (pyproject.toml)
werkzeug==3.1.3
# via
# flask
# flask-login