diff options
author | dozens | 2025-04-16 10:39:20 -0600 |
---|---|---|
committer | Matt Arnold | 2025-04-16 13:34:16 -0400 |
commit | 00d1df949fe586ed5ffe57700596aef2bf622497 (patch) | |
tree | 443baef008526c734c72eab1d47cf2cfcf890595 | |
parent | a6f279191c52a2627c2809503e0b697defc1e5d9 (diff) |
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.txt | 1 |
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 |