Commit all uncommitted changes

This commit is contained in:
heyarne 2022-08-08 23:44:44 +02:00
commit 9983def243
7 changed files with 1333 additions and 11 deletions

19
pyproject.toml Normal file
View file

@ -0,0 +1,19 @@
[tool.poetry]
name = "diogenes"
version = "0.1.0"
description = ""
authors = ["arne <hi@arnes.space>"]
[tool.poetry.dependencies]
python = "^3.8"
datasette = "^0.57.1"
# datasette-vega = "^0.6.2"
# datasette-copyable = "^0.3.1"
# datasette-leaflet = "^0.2.2"
# datasette-leaflet-geojson = "^0.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"