remove dependency on persistentlist because unstable and use own storage

This commit is contained in:
Carl Chenet 2017-04-12 11:38:22 +02:00
parent 770b3e3e1e
commit dffd5c8c36
3 changed files with 57 additions and 5 deletions

View file

@ -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"]
}