34 lines
682 B
TOML
34 lines
682 B
TOML
[tool.poetry]
|
|
name = "nuclear-explosions"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
|
readme = "README.md"
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
polars = "^0.20.31"
|
|
seaborn = "^0.13.2"
|
|
pipefunc = "^0.18.1"
|
|
pyarrow = "^16.1.0"
|
|
great-tables = "^0.9.0"
|
|
geopandas = "^0.14.4"
|
|
folium = "^0.17.0"
|
|
selenium = "^4.22.0"
|
|
pillow = "^10.4.0"
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
pynvim = "^0.5.0"
|
|
pyperclip = "^1.8.2"
|
|
jupyter-client = "^8.6.2"
|
|
jupyter = "^1.0.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.pyright]
|
|
typeCheckingMode = "basic"
|
|
reportUnusedExpression = false
|