remove dependency on persistentlist because unstable and use own storage
This commit is contained in:
parent
770b3e3e1e
commit
dffd5c8c36
3 changed files with 57 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ setup(
|
|||
download_url='https://github.com/chaica/feed2toot',
|
||||
packages=find_packages(),
|
||||
scripts=['scripts/feed2toot', 'scripts/register_feed2toot_app'],
|
||||
install_requires=['feedparser', 'persistentlist>=0.4', 'Mastodon.py'],
|
||||
install_requires=['feedparser', 'Mastodon.py'],
|
||||
extras_require={
|
||||
'influxdb': ["influxdb"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue