diff options
author | Ben Sturmfels <ben@sturm.com.au> | 2021-03-29 16:56:41 +1100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2021-03-29 16:56:41 +1100 |
commit | 799449bf46bd6da86fea15e57e27025f4ce2864d (patch) | |
tree | d54024100a66b04bb1b16b5c4ea1a36c3ec5cf2c | |
parent | eb2aae91da7497a8f060d61d54f0fbb9f8ea135a (diff) | |
download | mediagoblin-799449bf46bd6da86fea15e57e27025f4ce2864d.tar.lz mediagoblin-799449bf46bd6da86fea15e57e27025f4ce2864d.tar.xz mediagoblin-799449bf46bd6da86fea15e57e27025f4ce2864d.zip |
Add "feedgenerator" requirement to setup.py.
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |