Add gunicorn, bs4 to requirements.txt.
This commit is contained in:
parent
762f86c397
commit
e9076c02f8
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ bcrypt
|
|||
# For running the etiquette webserver.
|
||||
flask
|
||||
gevent
|
||||
gunicorn
|
||||
|
||||
# For probing and thumbnailing image files.
|
||||
pillow
|
||||
|
@ -17,5 +18,8 @@ send2trash
|
|||
# For serving downloadable zip files as a generator.
|
||||
zipstream
|
||||
|
||||
# For serving Atom feeds
|
||||
bs4
|
||||
|
||||
# My own variety toolkit.
|
||||
voussoirkit
|
||||
|
|
Loading…
Reference in a new issue