We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317670e commit 83b3622Copy full SHA for 83b3622
setup.py
@@ -13,10 +13,19 @@
13
long_description_content_type="text/markdown",
14
url="https://github.com/brain-image-library/py-bil-inventory",
15
packages=setuptools.find_packages(),
16
+ install_requires=[
17
+ "squarify",
18
+ "pandarallel",
19
+ "humanize",
20
+ "geoip2",
21
+ "seaborn",
22
+ "matplotlib",
23
+ "folium",
24
+ ],
25
classifiers=[
26
"Programming Language :: Python :: 3",
27
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
28
"Operating System :: OS Independent",
29
],
30
python_requires=">=3.6",
-)
31
+)
0 commit comments