Adds missing dateutil dependency.
This commit is contained in:
parent
f59a017d6f
commit
6e6aa8b3ef
@ -32,6 +32,7 @@ or for bibtex containing a single file:
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
|
- [dateutil](http://labix.org/python-dateutil)
|
||||||
- [pyYaml](http://pyyaml.org)
|
- [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', 'pyyaml'],
|
requires=['pyyaml', 'bibtexparser', 'dateutil'],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
scripts=['pubs/pubs']
|
scripts=['pubs/pubs']
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user