22 lines
488 B
TOML
22 lines
488 B
TOML
[tool.poetry]
|
|
name = "besser_tanken"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tobias Kurze <it@t-kurze.de>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
loguru = "^0.5.3"
|
|
seaborn = "^0.11.1"
|
|
earthpy = "^0.9.2"
|
|
jupyter = "^1.0.0"
|
|
jupyter_nbextensions_configurator = "^0.4.1"
|
|
feather-format = "^0.4.1"
|
|
pygeodb = {git = "https://github.com/tkurze/pyGeoDb.git"}
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|