diff options
author | Matt Arnold | 2025-04-06 21:15:09 -0400 |
---|---|---|
committer | Matt Arnold | 2025-04-06 21:15:09 -0400 |
commit | d6b7302b791b95b69dd2334e1119e697bd58cab3 (patch) | |
tree | 104361b85e6c5246449349fb2763eabf052aebb2 /requirements.txt | |
parent | c26d3c09abea8aac5cdad752e23f19e5c8e98cd9 (diff) |
Add stuff ai forgot
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..125950d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +blinker==1.9.0 +click==8.1.8 +Flask==3.1.0 +Flask-WTF==1.2.2 +itsdangerous==2.2.0 +Jinja2==3.1.6 +MarkupSafe==3.0.2 +peewee==3.17.9 +Werkzeug==3.1.3 +WTForms==3.2.1 |