Skip to content

Commit 5aa0ab1

Browse files
committed
add Pipfiles
1 parent 6121f7d commit 5aa0ab1

File tree

2 files changed

+245
-0
lines changed

2 files changed

+245
-0
lines changed

Pipfile

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
pytest = "*"
8+
keyring = "*"
9+
nose = "*"
10+
pytest-profiling = "*"
11+
12+
[packages]
13+
14+
[requires]
15+
python_version = "3.6"
16+
17+
[pipenv]
18+
allow_prereleases = true

Pipfile.lock

+227
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)