Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 0606598

Browse files
authored
Fix: pin all node dependencies not in Pipfile (#667)
1 parent 4a60c8a commit 0606598

File tree

3 files changed

+104
-81
lines changed

3 files changed

+104
-81
lines changed

aztk/node_scripts/Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7+
pip = "==18.0"
8+
wheel = "==0.32.1"
9+
setuptools = "==40.4.3"
710
azure-batch = "==4.1.3"
811
azure-mgmt-batch = "==5.0.0"
912
azure-mgmt-storage = "==1.5.0"

aztk/node_scripts/Pipfile.lock

Lines changed: 98 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)