Skip to content

Commit

Permalink
build: bump deps to latest stable
Browse files Browse the repository at this point in the history
* We don't support anymore old sphinx to build the docs.
* General bump to the latest stable releases.

Signed-off-by: David Caro <david@dcaro.es>
  • Loading branch information
david-caro authored and lnielsen committed May 16, 2017
1 parent de86233 commit c8a8f6c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
history = open('CHANGES.rst').read()

tests_require = [
'check-manifest>=0.25',
'coverage>=4.0',
'check-manifest>=0.35',
'coverage>=4.3.4',
'isort==4.2.2',
'mock>=1.0.0',
'pydocstyle>=1.0.0',
'mock>=2.0.0',
'pydocstyle>=1.1.1',
'pytest-cache>=1.0',
'pytest-cov>=1.8.0',
'pytest-cov>=2.4.0',
'pytest-pep8>=1.0.6',
'pytest>=2.8.0',
'responses>=0.4.0',
'responses>=0.5.1',
]

extras_require = {
'docs': [
'Sphinx>=1.4.2',
'Sphinx>=1.5.3',
],
'postgresql': [
'invenio-db[postgresql]>=1.0.0a9',
Expand All @@ -71,8 +71,8 @@
]

install_requires = [
'Flask>=0.11.1',
'flask-celeryext>=0.1.0',
'Flask>=0.12',
'flask-celeryext>=0.2.2',
'blinker>=1.4',
'sickle>=0.5',
]
Expand Down

0 comments on commit c8a8f6c

Please sign in to comment.