From 0da549d20d102fd60a245fd12e36f2ce9893f180 Mon Sep 17 00:00:00 2001 From: iou1name Date: Fri, 13 Sep 2019 18:37:28 -0400 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a63a3..8c3a174 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Note: I switched to Gunicorn at some point because Bjoern was somehow annoying. Dependencies: -```passlib argon2_cffi flask gunicorn flask-paranoid apscheduler``` +```passlib argon2_cffi flask gunicorn flask-paranoid apscheduler requests``` This application makes use of the `secrets` module (a cryptographically strong version of `random`) from the standard library, which is only available in Python 3.6+. If you really can't be bothered use the latest version of python3, or just don't want cryptographically strong random character filenames/prefixes for some reason, you can directly replace all instances of `secrets` with `random`.