Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit b3b0a03

Browse files
committed
add pipenv Pipfile and Pipfile.lock
1 parent 8c06122 commit b3b0a03

File tree

2 files changed

+190
-0
lines changed

2 files changed

+190
-0
lines changed

Pipfile

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

Pipfile.lock

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