From 799449bf46bd6da86fea15e57e27025f4ce2864d Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 29 Mar 2021 16:56:41 +1100 Subject: [PATCH] Add "feedgenerator" requirement to setup.py. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e29dc4ec..fbb05e0c 100644 --- a/setup.py +++ b/setup.py @@ -70,6 +70,7 @@ install_requires = [ 'ExifRead>=2.0.0', 'email-validator', # Seems that WTForms must have dropped this. 'soundfile<=0.10.999' # Tested with 0.10.3.post1 + 'feedgenerator', # This is optional: # 'translitcodec',