feat: optional kepler.gl integration (#12)

This commit is contained in:
Felix Spöttel
2022-07-04 16:22:27 +02:00
committed by GitHub
parent d252c6b8f3
commit 6a5cb3c3c3
4 changed files with 31 additions and 7 deletions

View File

@@ -28,13 +28,13 @@ setup(
install_requires=[
"click",
"geojson",
"keplergl",
"numpy",
"pandas",
"scikit-learn",
],
extras_require={
"dev": ["black", "wheel", "pre-commit", "pytest"],
"full": ["keplergl"],
},
include_package_data=True,
zip_safe=False,