Skip to content

Commit 8490024

Browse files
committed
add support for pipenv Python dependency version pinning
adds Pipfile and Pipfile.lock with currently installed build versions used for Hack v3.003 build
1 parent 3e7343e commit 8490024

File tree

2 files changed

+164
-0
lines changed

2 files changed

+164
-0
lines changed

Pipfile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[[source]]
2+
3+
url = "https://pypi.python.org/simple"
4+
verify_ssl = true
5+
name = "pypi"
6+
7+
8+
[packages]
9+
10+
fonttools = "*"
11+
fontmake = "*"
12+
13+
14+
[dev-packages]
15+
16+
17+
18+
[requires]
19+
20+
python_version = "3.6"

Pipfile.lock

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

0 commit comments

Comments
 (0)