Skip to content

Commit

Permalink
Merge pull request #403 from QualiSystems/release/v0.1.x
Browse files Browse the repository at this point in the history
updated shell-core requirements version to 3.1
  • Loading branch information
alexazarh committed Jan 22, 2017
2 parents ad595f0 + 0ca8830 commit dd44581
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- pip install -r external_requirements.txt
- pip install -r test_requirements.txt
- bash ./install_dependencies.sh

script:
- pushd package
- python setup.py develop
Expand Down
2 changes: 1 addition & 1 deletion drivers/azure_shell/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
cloudshell-shell-core>=3.0.0,<3.1.0
cloudshell-shell-core>=3.1.0,<3.2.0
jsonpickle==0.9.3
cloudshell-cp-azure>=0.1.0,<0.2.0
azure-mgmt-resource~=0.31.0
Expand Down
2 changes: 1 addition & 1 deletion drivers/deployment_drivers/azure_vm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
cloudshell-shell-core>=3.0.0,<3.1.0
cloudshell-shell-core>=3.1.0,<3.2.0
jsonpickle==0.9.3
cloudshell-cp-azure>=0.1.0,<0.2.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
cloudshell-shell-core>=3.0.0,<3.1.0
cloudshell-shell-core>=3.1.0,<3.2.0
jsonpickle==0.9.3
cloudshell-cp-azure>=0.1.0,<0.2.0
4 changes: 2 additions & 2 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
if [ "${TRAVIS_BRANCH}" = "master" ]
then
pip install "cloudshell-core>=2.2.0,<2.3.0"
pip install "cloudshell-shell-core>=3.0.0,<3.1.0"
pip install "cloudshell-shell-core>=3.1.0,<3.2.0"
pip install "cloudshell-automation-api>=7.1.0.0,<7.2.0.0"
else
pip install "cloudshell-core>=2.2.0,<2.3.0" --extra-index-url https://testpypi.python.org/simple
pip install "cloudshell-shell-core>=3.0.0,<3.1.0" --extra-index-url https://testpypi.python.org/simple
pip install "cloudshell-shell-core>=3.1.0,<3.2.0" --extra-index-url https://testpypi.python.org/simple
pip install "cloudshell-automation-api>=7.1.0.0,<7.2.0.0" --extra-index-url https://testpypi.python.org/simple
fi

Expand Down
2 changes: 1 addition & 1 deletion package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ azure-mgmt-storage~=0.30.0
azure-storage==0.33.0
cloudshell-automation-api>=7.1.0.0,<7.2.0.0
cloudshell-core>=2.2.0,<2.3.0
cloudshell-shell-core>=3.0.0,<3.1.0
cloudshell-shell-core>=3.1.0,<3.2.0
jsonpickle==0.9.3
enum==0.4.6
retrying==1.3.3
Expand Down

0 comments on commit dd44581

Please sign in to comment.