Skip to content

Commit

Permalink
Add Pipfile and Pipfile.lock for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
daa233 committed Jul 4, 2018
1 parent 304fa96 commit 2aa96c9
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
verify_ssl = true
name = "pypi"

[packages]
opencv-python = "*"

[dev-packages]

[requires]
python_version = "3.6"
82 changes: 82 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aa96c9

Please sign in to comment.