diff --git a/setup.py b/setup.py index cc38048..5559148 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( ], }, - install_requires=['pyyaml', 'bibtexparser', 'python-dateutil', 'requests', + install_requires=['pyyaml', 'bibtexparser>=1.0.1', 'python-dateutil', 'requests', 'configobj', 'beautifulsoup4'], # to be made optional? tests_require=['pyfakefs>=2.7'],