Skip to content

Commit fdbc1ce

Browse files
committed
Add a pipfile
1 parent 1448a25 commit fdbc1ce

File tree

2 files changed

+109
-0
lines changed

2 files changed

+109
-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+
verify_ssl = true
4+
url = "https://pypi.python.org/simple"
5+
name = "pypi"
6+
7+
8+
[requires]
9+
10+
python_version = "3.5"
11+
12+
13+
[packages]
14+
15+
"e1839a8" = {editable = true, path = "."}
16+
17+
18+
[dev-packages]
19+
20+
pytest = "*"
21+
pytest-cache = "*"

Pipfile.lock

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