Add comments to all of the requirements.
This commit is contained in:
parent
579bf17de4
commit
9f137945a7
1 changed files with 13 additions and 2 deletions
|
@ -1,7 +1,18 @@
|
||||||
|
# For salting & hashing user passwords.
|
||||||
bcrypt
|
bcrypt
|
||||||
|
|
||||||
|
# For running the etiquette webserver.
|
||||||
flask
|
flask
|
||||||
gevent
|
gevent
|
||||||
|
|
||||||
|
# For probing and thumbnailing image files.
|
||||||
pillow
|
pillow
|
||||||
voussoirkit>=0.0.25
|
|
||||||
zipstream
|
# For probing and thumbnailing video files.
|
||||||
git+https://github.com/senko/python-video-converter.git
|
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
|
||||||
|
|
Loading…
Reference in a new issue