Add gunicorn, bs4 to requirements.txt.

master
voussoir 2022-09-27 17:46:03 -07:00
parent 762f86c397
commit e9076c02f8
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 4 additions and 0 deletions

View File

@ -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