Adds missing pyyaml dependency.

main
Olivier Mangin 11 years ago
parent 071730a49b
commit f59a017d6f

@ -32,6 +32,7 @@ or for bibtex containing a single file:
Requirements
------------
- python >= 2.6
- [pyYaml](http://pyyaml.org)
- [bibtexparser](https://github.com/sciunto/python-bibtexparser)

@ -8,7 +8,7 @@ setup(name='pubs',
author_email='fabien.benureau+inria@gmail.com',
url='',
description='research papers manager',
requires=['bibtexparser'],
requires=['bibtexparser', 'pyyaml'],
packages=find_packages(),
scripts=['pubs/pubs']
)

Loading…
Cancel
Save