488 B
488 B
TODO: turn this into a proper file
- flask (the web framework)
- sqlalchemy, flask-sqlalchemy (database)
- flask-login (for logging in)
- wtforms (for parsing form data)
- psycopg2 (for postgresql)
- pyargon2 (for HashV1)
- humanize (for generating human-readable timedeltas)
- nh3 (for markdown and general HTML sanitization)
- scour (for SVG icon processing)
- requests
- markdown
Already Included
- Certain tag definitions from bleach-allowlist, used in markdown sanitization.