Skip to content

Commit dce10aa

Browse files
committed
Add pipfile
1 parent 77084f1 commit dce10aa

File tree

2 files changed

+357
-0
lines changed

2 files changed

+357
-0
lines changed

Pipfile

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
pandas = "*"
10+
scipy = "*"
11+
statsmodels = "*"
12+
parameterized = "*"
13+
ipython = "*"
14+
seaborn = "*"
15+
16+
[requires]
17+
python_version = "3.6"

Pipfile.lock

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