etiquette/requirements.txt

26 lines
456 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
2022-09-28 00:46:03 +00:00
gunicorn
# 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
2022-09-28 00:46:03 +00:00
# For serving Atom feeds
bs4
# My own variety toolkit.
voussoirkit