Skip to content

Commit 5ee634f

Browse files
committed
added Pipfile and Pipfile.lock to support reproducible builds for production use
1 parent df7655e commit 5ee634f

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

Pipfile

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

Pipfile.lock

Lines changed: 45 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)