Skip to content

Commit d4294df

Browse files
committed
adding pipfile to be explicity about libraries used
1 parent 3a33c56 commit d4294df

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Pipfile

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

0 commit comments

Comments
 (0)