Adds missing pyyaml dependency.
This commit is contained in:
parent
071730a49b
commit
f59a017d6f
@ -32,6 +32,7 @@ or for bibtex containing a single file:
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
- [pyYaml](http://pyyaml.org)
|
||||||
- [bibtexparser](https://github.com/sciunto/python-bibtexparser)
|
- [bibtexparser](https://github.com/sciunto/python-bibtexparser)
|
||||||
|
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ setup(name='pubs',
|
|||||||
author_email='fabien.benureau+inria@gmail.com',
|
author_email='fabien.benureau+inria@gmail.com',
|
||||||
url='',
|
url='',
|
||||||
description='research papers manager',
|
description='research papers manager',
|
||||||
requires=['bibtexparser'],
|
requires=['bibtexparser', 'pyyaml'],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=['pubs/pubs']
|
scripts=['pubs/pubs']
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user