etiquette/requirements.txt

19 lines
364 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
# For serving downloadable zip files as a generator.
zipstream
# My own variety toolkit.
voussoirkit>=0.0.25