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 fa6d8f1 commit c236c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -75,8 +75,8 @@
'pika>=0.11.2',
'requests==2.11.1',
'sqlalchemy-utils>=0.31.0',
'reana-commons>=0.3.0',
'reana-db>=0.3.0',
'reana-commons>=0.3.1,<0.4',
'reana-db>=0.3.0,<0.4',
'uwsgi-tools>=1.1.1',
'uWSGI>=2.0.17',
'uwsgitop>=0.10',
Expand Down

0 comments on commit c236c5e

Please sign in to comment.