Add "feedgenerator" requirement to setup.py.
This commit is contained in:
parent
eb2aae91da
commit
799449bf46
1
setup.py
1
setup.py
@ -70,6 +70,7 @@ install_requires = [
|
|||||||
'ExifRead>=2.0.0',
|
'ExifRead>=2.0.0',
|
||||||
'email-validator', # Seems that WTForms must have dropped this.
|
'email-validator', # Seems that WTForms must have dropped this.
|
||||||
'soundfile<=0.10.999' # Tested with 0.10.3.post1
|
'soundfile<=0.10.999' # Tested with 0.10.3.post1
|
||||||
|
'feedgenerator',
|
||||||
|
|
||||||
# This is optional:
|
# This is optional:
|
||||||
# 'translitcodec',
|
# 'translitcodec',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user