bibtexparser>=1.0.1 requirement in setup.py

main
Fabien C. Y. Benureau 7 years ago
parent 078b2084ff
commit d4e1ab8695

@ -25,7 +25,7 @@ setup(
], ],
}, },
install_requires=['pyyaml', 'bibtexparser', 'python-dateutil', 'requests', install_requires=['pyyaml', 'bibtexparser>=1.0.1', 'python-dateutil', 'requests',
'configobj', 'configobj',
'beautifulsoup4'], # to be made optional? 'beautifulsoup4'], # to be made optional?
tests_require=['pyfakefs>=2.7'], tests_require=['pyfakefs>=2.7'],

Loading…
Cancel
Save