Skip to content

Commit

Permalink
installation: REANA-Commons version limits
Browse files Browse the repository at this point in the history
* Introduces upper boundary for REANA-Commons dependency.
  (addresses reanahub/reana#80)

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 4, 2018
1 parent 8d9bd2a commit 33bca65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of REANA.
# Copyright (C) 2017 CERN.
# Copyright (C) 2017, 2018 CERN.
#
# REANA is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
Expand Down Expand Up @@ -78,7 +78,7 @@
'SQLAlchemy>=1.1.14',
'SQLAlchemy-Utils>=0.32.18',
'pika>=0.11.2',
'reana-commons>=0.3.0',
'reana-commons>=0.3.1,<0.4',
]

packages = find_packages()
Expand Down

0 comments on commit 33bca65

Please sign in to comment.