Skip to content

Commit

Permalink
installation: harmonise click and pytest versions
Browse files Browse the repository at this point in the history
* Closes #41 and closes reanahub/reana#145

Signed-off-by: Jan Okraska <jan.okraska@cern.ch>
  • Loading branch information
okraskaj committed Apr 15, 2019
1 parent cf8f2c8 commit 11aa0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -48,11 +48,11 @@

install_requires = [
'checksumdir>=1.1.4,<1.2',
'click>=7.0,<8.0',
'click>=7.0',
'jsonschema>=2.6.0',
'mock>=2.0',
'pika>=0.12.0,<0.13',
'pytest>=3.8.0,<4.0.0',
'pytest>=3.8.0',
'reana-commons>=0.5.0.dev20190314',
'reana-db>=0.5.0.dev20190314',
]
Expand Down

0 comments on commit 11aa0fc

Please sign in to comment.