Skip to content

Commit

Permalink
add Pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursunny committed Jun 25, 2019
1 parent dc9e5db commit d088fda
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
pandas = "*"
numpy = "*"
matplotlib = "*"
seaborn = "*"
altair = "*"
jupyter = "*"

[requires]
python_version = "3.7"
Loading

0 comments on commit d088fda

Please sign in to comment.