etiquette/requirements.txt

22 lines
425 B
Plaintext

# For salting & hashing user passwords.
bcrypt
# For running the etiquette webserver.
flask
gevent
# 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
# My own variety toolkit.
voussoirkit>=0.0.46