Skip to content

Commit

Permalink
installation: setup.py for REANA-Commons and REANA-DB
Browse files Browse the repository at this point in the history
* Introduces upper boundaries for REANA-Commons and REANA-DB dependency
  versions. (addresses reanahub/reana#80)

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 4, 2018
1 parent b424609 commit 89cb138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -69,8 +69,8 @@
'Flask>=0.11',
'kubernetes>=6.0.0',
'marshmallow>=2.13',
'reana-commons>=0.3.0',
'reana-db>=0.3.0',
'reana-commons>=0.3.1,<0.4',
'reana-db>=0.3.0,<0.4',
]

packages = find_packages()
Expand Down

0 comments on commit 89cb138

Please sign in to comment.