Skip to content

Commit 663c110

Browse files
committed
update setup
1 parent 5a1236c commit 663c110

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

setup.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ def read(fname):
1616
DOWNLOAD_URL = "https://github.com/seankmartin/PythonUtils/archive/0.1.6.tar.gz"
1717
VERSION = "0.1.6"
1818

19-
INSTALL_REQUIRES = ["numpy", "matplotlib", "seaborn", "PyPDF2", "rich", "psutil", "pyyaml"]
19+
INSTALL_REQUIRES = [
20+
"numpy",
21+
"matplotlib",
22+
"seaborn",
23+
"PyPDF2",
24+
"rich",
25+
"psutil",
26+
"pyyaml",
27+
"pingouin",
28+
]
2029

2130
PACKAGES = ["skm_pyutils"]
2231

0 commit comments

Comments
 (0)