Skip to content

Commit 596df2e

Browse files
Alex AzarhAlex Azarh
authored andcommitted
fixing travis build
1 parent da3a46f commit 596df2e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

cloudshell_shell_core_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ if [ "${CLOUD_SHELL_SHELL_CORE}" -eq 1 ]
33
then
44
pip install "cloudshell-shell-core>=2.0.0,<2.1.0" --extra-index-url https://testpypi.python.org/simple
55
else
6-
pip install "cloudshell-shell-core>=2.4.0,<2.5.0" --extra-index-url https://testpypi.python.org/simple
7-
fi
6+
pip install "cloudshell-shell-core>=2.3.0,<2.4.0" --extra-index-url https://testpypi.python.org/simple
7+
fi

external_requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
lxml==3.8.0
2+
requests==2.18.4
13
pyvmomi==6.5.0
24
jsonpickle==0.9.3
35
enum==0.4.6

0 commit comments

Comments
 (0)