From 59246733718d81da8bf46bca191ffe6fc1444afe Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Mon, 30 Nov 2020 18:16:18 +0000 Subject: [PATCH] Fix deprecation warning in Python 3.8 by upgrading to new crypto library. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e95f793..ead52c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ freezegun pyreact Flask-Caching blinker -pycrypto +pycryptodome jaconv pefile pillow