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.
|
# For running the etiquette webserver.
|
||||||
flask
|
flask
|
||||||
gevent
|
gevent
|
||||||
|
gunicorn
|
||||||
|
|
||||||
# For probing and thumbnailing image files.
|
# For probing and thumbnailing image files.
|
||||||
pillow
|
pillow
|
||||||
|
@ -17,5 +18,8 @@ send2trash
|
||||||
# For serving downloadable zip files as a generator.
|
# For serving downloadable zip files as a generator.
|
||||||
zipstream
|
zipstream
|
||||||
|
|
||||||
|
# For serving Atom feeds
|
||||||
|
bs4
|
||||||
|
|
||||||
# My own variety toolkit.
|
# My own variety toolkit.
|
||||||
voussoirkit
|
voussoirkit
|
||||||
|
|
Loading…
Reference in a new issue