summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatt Arnold2025-04-06 21:15:09 -0400
committerMatt Arnold2025-04-06 21:15:09 -0400
commitd6b7302b791b95b69dd2334e1119e697bd58cab3 (patch)
tree104361b85e6c5246449349fb2763eabf052aebb2
parentc26d3c09abea8aac5cdad752e23f19e5c8e98cd9 (diff)
Add stuff ai forgot
-rw-r--r--README.md4
-rw-r--r--requirements.txt10
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc5c771
--- /dev/null
+++ b/README.md
@@ -0,0 +1,4 @@
+# VibeEngine
+
+A sort of blog thing, for my personal journal main feature, over conventional
+blogs, obsidian type things is, i can post as a faccet (part in ifs speak)
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