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

Commit

Permalink
Fix: pin all node dependencies not in Pipfile (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafreck authored Oct 5, 2018
1 parent 4a60c8a commit 0606598
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 81 deletions.
3 changes: 3 additions & 0 deletions aztk/node_scripts/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
pip = "==18.0"
wheel = "==0.32.1"
setuptools = "==40.4.3"
azure-batch = "==4.1.3"
azure-mgmt-batch = "==5.0.0"
azure-mgmt-storage = "==1.5.0"
Expand Down
176 changes: 98 additions & 78 deletions aztk/node_scripts/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0606598

Please sign in to comment.