25 lines
456 B
Text
25 lines
456 B
Text
# For salting & hashing user passwords.
|
|
bcrypt
|
|
|
|
# For running the etiquette webserver.
|
|
flask
|
|
gevent
|
|
gunicorn
|
|
|
|
# For probing and thumbnailing image files.
|
|
pillow
|
|
|
|
# For probing and thumbnailing video files.
|
|
git+https://github.com/senko/python-video-converter.git
|
|
|
|
# Supports the recycle_instead_of_delete config.
|
|
send2trash
|
|
|
|
# For serving downloadable zip files as a generator.
|
|
zipstream
|
|
|
|
# For serving Atom feeds
|
|
bs4
|
|
|
|
# My own variety toolkit.
|
|
voussoirkit
|