Skip to content

Commit

Permalink
Merge ac7d2d4 into 25f1988
Browse files Browse the repository at this point in the history
  • Loading branch information
ppanero committed May 19, 2020
2 parents 25f1988 + ac7d2d4 commit d8fbaef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@
history = open('CHANGES.rst').read()

tests_require = [
'check-manifest>=0.25',
# coverage pinned because of https://github.com/nedbat/coveragepy/issues/716
'coverage>=4.0,<5.0.0',
'elasticsearch-dsl>=6.0.0,<7.0.0',
'elasticsearch>=6.0.0,<7.0.0',
'invenio-celery>=1.2.0',
'invenio-db>=1.0.4,<1.1.0',
'invenio-files-rest>=1.1.1',
'invenio-mail>=1.0.0,<1.1.0',
'invenio-search>=1.2.3,<1.3.0',
'isort>=4.3',
'pydocstyle>=2.0.0',
'pytest-pep8>=1.0.6',
'six>=1.12.0',
'urllib3>=1.23'
]
Expand All @@ -54,9 +48,15 @@
install_requires = [
# pinned because of change of fixture scope in pytest-flask v1.0.0
# live_server
'pytest-flask>=0.15.1,<1.0.0',
'check-manifest>=0.25',
# coverage pinned because of https://github.com/nedbat/coveragepy/issues/716
'coverage>=4.0,<5.0.0',
'isort>=4.3',
'pydocstyle>=2.0.0',
'pytest>=4.6.1',
'pytest-cov>=2.5.1',
'pytest-flask>=0.15.1,<1.0.0',
'pytest-pep8>=1.0.6',
'selenium>=3.7.0',
]

Expand Down

0 comments on commit d8fbaef

Please sign in to comment.