Skip to content

Commit

Permalink
Added Pipfile for pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
alkasm committed Aug 18, 2018
1 parent 7ec53e8 commit 775e512
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
**/.DS_Store
__pycache__/
*/__pycache__/
datasets/
*.lock
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
opencv-python = "*"
networkx = "*"

[dev-packages]

[requires]
python_version = "3.6"

0 comments on commit 775e512

Please sign in to comment.