The markdown library's conversion collapsed blockquote lines into a single paragraph, causing all deal info to render on one line in Matrix clients. Build HTML directly with <br> tags for reliable line breaks. Also adds html.escape() for proper escaping of titles and prices, and removes the unused markdown dependency. https://claude.ai/code/session_01B7YPGrE3NatkwadCXVjv2j
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
matrix-nio>=0.21.0
|
|
httpx>=0.25.0
|
|
aiosqlite>=0.19.0
|
|
apscheduler>=3.10.0
|
|
python-dotenv>=1.0.0
|