bibtexparser>=1.0.1 requirement in setup.py
This commit is contained in:
parent
078b2084ff
commit
d4e1ab8695
2
setup.py
2
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',
|
'configobj',
|
||||||
'beautifulsoup4'], # to be made optional?
|
'beautifulsoup4'], # to be made optional?
|
||||||
tests_require=['pyfakefs>=2.7'],
|
tests_require=['pyfakefs>=2.7'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user