habitmove/pyproject.toml

15 lines
333 B
TOML
Raw Normal View History

2021-08-26 19:57:49 +00:00
[tool.poetry]
name = "nomie-migration"
2021-08-30 21:40:04 +00:00
version = "0.3.0"
2021-08-26 19:57:49 +00:00
description = "migrate nomie data to loop habits tracker"
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"