added geopy

This commit is contained in:
2021-08-16 20:00:17 +02:00
commit 633409476b
23 changed files with 9669 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[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"