Skip to content

Commit 83b3622

Browse files
committed
Added dependencies: squarify, pandarallel, humanize, geoip2, seaborn, matplotlib, folium.
1 parent 317670e commit 83b3622

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
@@ -13,10 +13,19 @@
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/brain-image-library/py-bil-inventory",
1515
packages=setuptools.find_packages(),
16+
install_requires=[
17+
"squarify",
18+
"pandarallel",
19+
"humanize",
20+
"geoip2",
21+
"seaborn",
22+
"matplotlib",
23+
"folium",
24+
],
1625
classifiers=[
1726
"Programming Language :: Python :: 3",
1827
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1928
"Operating System :: OS Independent",
2029
],
2130
python_requires=">=3.6",
22-
)
31+
)

0 commit comments

Comments
 (0)