2018-09-30 08:52:47 +00:00
|
|
|
# For salting & hashing user passwords.
|
2016-12-16 23:45:46 +00:00
|
|
|
bcrypt
|
2018-09-30 08:52:47 +00:00
|
|
|
|
|
|
|
# For running the etiquette webserver.
|
2016-10-10 03:50:13 +00:00
|
|
|
flask
|
|
|
|
gevent
|
2018-09-30 08:52:47 +00:00
|
|
|
|
|
|
|
# For probing and thumbnailing image files.
|
2016-12-13 03:49:36 +00:00
|
|
|
pillow
|
2018-09-30 08:52:47 +00:00
|
|
|
|
|
|
|
# For probing and thumbnailing video files.
|
2016-12-16 11:27:39 +00:00
|
|
|
git+https://github.com/senko/python-video-converter.git
|
2018-09-30 08:52:47 +00:00
|
|
|
|
2020-02-27 22:18:46 +00:00
|
|
|
# Supports the recycle_instead_of_delete config.
|
|
|
|
send2trash
|
|
|
|
|
2018-09-30 08:52:47 +00:00
|
|
|
# For serving downloadable zip files as a generator.
|
|
|
|
zipstream
|
|
|
|
|
|
|
|
# My own variety toolkit.
|
2020-02-07 23:15:49 +00:00
|
|
|
voussoirkit>=0.0.46
|