aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-29 16:56:41 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-29 16:56:41 +1100
commit799449bf46bd6da86fea15e57e27025f4ce2864d (patch)
treed54024100a66b04bb1b16b5c4ea1a36c3ec5cf2c
parenteb2aae91da7497a8f060d61d54f0fbb9f8ea135a (diff)
downloadmediagoblin-799449bf46bd6da86fea15e57e27025f4ce2864d.tar.lz
mediagoblin-799449bf46bd6da86fea15e57e27025f4ce2864d.tar.xz
mediagoblin-799449bf46bd6da86fea15e57e27025f4ce2864d.zip
Add "feedgenerator" requirement to setup.py.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',