8000 pipenv support · lj100/leetcode@7cd19a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cd19a6

Browse files
committed
pipenv support
1 parent aee88e6 commit 7cd19a6

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

Pipfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
[dev-packages]
9+
10+
[requires]
11+
python_version = "3.6"

Pipfile.lock

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