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)

* Removes installation of REANA-Commons from git master (closes reanahub#85).
  • Loading branch information
Diego Rodriguez committed Sep 5, 2018
1 parent b3a62c0 commit 1d941f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Expand Up @@ -23,10 +23,6 @@ FROM python:3.6
RUN apt-get update && \
apt-get install -y vim-tiny

RUN pip install -e git://github.com/reanahub/reana-commons.git@master#egg=reana-commons
RUN pip install -e git://github.com/reanahub/reana-db.git@master#egg=reana-db


COPY CHANGES.rst README.rst setup.py /code/
COPY reana_server/version.py /code/reana_server/
WORKDIR /code
Expand Down
4 changes: 2 additions & 2 deletions setup.py
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 1d941f5

Please sign in to comment.