Skip to content

Commit

Permalink
installation: REANA dependencies version limits
Browse files Browse the repository at this point in the history
* Introduces upper boundary for REANA-Commons and REANA-DB dependencies.
  (addresses reanahub/reana#80)
  • Loading branch information
Diego Rodriguez committed Sep 5, 2018
1 parent b3a62c0 commit a674b8e
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
Expand Up @@ -73,8 +73,8 @@
'flask-cors>=3.0.6',
'marshmallow>=2.13',
'pyOpenSSL==17.3.0', # FIXME remove once yadage-schemas solves deps.
'reana-commons>=0.3.0',
'reana-db>=0.3.0',
'reana-commons>=0.3.1,<0.4',
'reana-db>=0.3.0,<0.4',
'requests==2.11.1',
'rfc3987==1.3.7', # FIXME remove once yadage-schemas solves deps.
'strict-rfc3339==0.7', # FIXME remove once yadage-schemas solves deps.
Expand Down

0 comments on commit a674b8e

Please sign in to comment.