etiquette/requirements.txt

22 lines
425 B
Plaintext
Raw Normal View History

# For salting & hashing user passwords.
2016-12-16 23:45:46 +00:00
bcrypt
# For running the etiquette webserver.
2016-10-10 03:50:13 +00:00
flask
gevent
# For probing and thumbnailing image files.
pillow
# For probing and thumbnailing video files.
2016-12-16 11:27:39 +00:00
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.60