summary refs log tree commit diff
diff options
context:
space:
mode:
authordozens2025-04-16 10:39:20 -0600
committerMatt Arnold2025-04-16 13:34:16 -0400
commit00d1df949fe586ed5ffe57700596aef2bf622497 (patch)
tree443baef008526c734c72eab1d47cf2cfcf890595
parenta6f279191c52a2627c2809503e0b697defc1e5d9 (diff)
Add dependency HEAD main
bbcode already exists as a dependency but wasn't listed in
requirements.txt

at least, i had to install it to get the app to run
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 70cfdae..4dfcb67 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,3 +10,4 @@ mistletoe==1.4.0
 peewee==3.17.9
 Werkzeug==3.1.3
 WTForms==3.2.1
+bbcode==1.1.0