Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit d296558

Browse files
committed
add brewfile
1 parent ee26207 commit d296558

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

Brewfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cask_args appdir: '/Applications'
2+
3+
brew "python"
4+
brew "pipenv"

Brewfile.lock.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"entries": {
3+
"brew": {
4+
"python": null,
5+
"pipenv": {
6+
"version": "2020.6.2",
7+
"bottle": {
8+
"cellar": ":any_skip_relocation",
9+
"prefix": "/usr/local",
10+
"files": {
11+
"catalina": {
12+
"url": "https://homebrew.bintray.com/bottles/pipenv-2020.6.2.catalina.bottle.tar.gz",
13+
"sha256": "12257ab59085420c2ad08dbe12236d9393d814ed387e8ab8f6e7acb730635321"
14+
},
15+
"mojave": {
16+
"url": "https://homebrew.bintray.com/bottles/pipenv-2020.6.2.mojave.bottle.tar.gz",
17+
"sha256": "82bd72857a8cebceca3f6ea44140d7391ac1d94c84406c6a5ea51e5e87b88a66"
18+
},
19+
"high_sierra": {
20+
"url": "https://homebrew.bintray.com/bottles/pipenv-2020.6.2.high_sierra.bottle.tar.gz",
21+
"sha256": "792be77485b744b5891613c4bf02b6d5544ff1da65b6a02b7c3c59c540e007b5"
22+
}
23+
}
24+
}
25+
}
26+
}
27+
},
28+
"system": {
29+
"macos": {
30+
"big_sur": {
31+
"HOMEBREW_VERSION": "2.4.8",
32+
"HOMEBREW_PREFIX": "/usr/local",
33+
"Homebrew/homebrew-core": "50ac140e5e0eb624c18fb03f494e2e68e0c04367",
34+
"CLT": "",
35+
"Xcode": "12.0",
36+
"macOS": "10.16"
37+
}
38+
}
39+
}
40+
}

0 commit comments

Comments
 (0)