diff --git a/setup.py b/setup.py index ca68a68..4a93297 100644 --- a/setup.py +++ b/setup.py @@ -1,12 +1,10 @@ # -*- coding: utf-8 -*- - """A Python wrapper for the bioRxiv API.""" from __future__ import absolute_import, division, print_function from setuptools import find_packages, setup - url = 'https://github.com/jacquerie/biorxiv-cli' readme = open('README.rst').read() @@ -17,7 +15,7 @@ install_requires = [ 'click~=6.0,>=6.7', - 'feedparser~=5.0,>=5.2.1', + 'feedparser>=6.0.8', 'requests~=2.0,>=2.18.4', 'six~=1.0,>=1.11.0', ]