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

Commit 4ecfcca

Browse files
committed
add Pipfile and Pipfile.lock for pipenv install
1 parent bec493a commit 4ecfcca

File tree

2 files changed

+281
-0
lines changed

2 files changed

+281
-0
lines changed

Pipfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[source]]
2+
3+
url = "https://pypi.python.org/simple"
4+
name = "pypi"
5+
verify_ssl = true
6+
7+
8+
[packages]
9+
10+
"e1839a8" = {path = ".", editable = true}
11+
12+
13+
[dev-packages]
14+
15+
twine = "*"

Pipfile.lock

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