Skip to content

added versions to requirements in storage and sidecar #513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Waffle.io - Columns and their card count](https://badge.waffle.io/ITISFoundation/osparc-simcore.svg?columns=Backlog,In%20Progress,Review,Done)](https://waffle.io/ITISFoundation/osparc-simcore)
[![Build Status](https://travis-ci.org/ITISFoundation/osparc-simcore.svg?branch=master)](https://travis-ci.org/ITISFoundation/osparc-simcore)
[![Requirements Status](https://requires.io/github/ITISFoundation/osparc-simcore/requirements.svg?branch=master)](https://requires.io/github/ITISFoundation/osparc-simcore/requirements/?branch=master)

[![Coverage Status](https://coveralls.io/repos/github/ITISFoundation/osparc-simcore/badge.svg?branch=master)](https://coveralls.io/github/ITISFoundation/osparc-simcore?branch=master)

## Overview

Expand Down
19 changes: 10 additions & 9 deletions services/sidecar/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
##
## pip install --requirement=requirements.txt
##
aiopg
coveralls
pytest
pytest-aiohttp
pytest-cov
pytest-docker
openapi_spec_validator
pyyaml
virtualenv
aiopg~=0.14
coveralls~=1.3
pylint~=2.0
pytest~=3.6
pytest-aiohttp~=0.3
pytest-cov~=2.5
pytest-docker~=0.6
openapi_spec_validator~=0.2
pyyaml~=3.13
virtualenv~=16.2
# NOTE: pytest-aiohttp and pytest-asyncio incompatible
# https://github.com/pytest-dev/pytest-asyncio/issues/76
18 changes: 9 additions & 9 deletions services/storage/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
##
## pip install --requirement=requirements.txt
##
coveralls
pylint
pytest
pytest-aiohttp
pytest-cov
pytest-docker
openapi_spec_validator
pyyaml
virtualenv
coveralls~=1.3
pylint~=2.0
pytest~=3.6
pytest-aiohttp~=0.3
pytest-cov~=2.5
pytest-docker~=0.6
openapi_spec_validator~=0.2
pyyaml~=3.13
virtualenv~=16.2

# NOTE: pytest-aiohttp and pytest-asyncio incompatible
# https://github.com/pytest-dev/pytest-asyncio/issues/76