mirror of
https://github.com/bellingcat/geoclustering.git
synced 2026-06-07 19:18:30 +03:00
23 lines
323 B
TOML
23 lines
323 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
click = "*"
|
|
geojson = "*"
|
|
keplergl = "*"
|
|
numpy = "*"
|
|
pandas = "*"
|
|
scikit-learn = "*"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
pre-commit = "*"
|
|
pytest = "*"
|
|
wheel = "*"
|
|
geoclustering = {editable = true, path = "."}
|
|
|
|
[requires]
|
|
python_version = "3.9"
|