added geopy
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user