15 lines
349 B
TOML
15 lines
349 B
TOML
[tool.poetry]
|
|
name = "nomie-migration"
|
|
version = "0.1.0"
|
|
description = "migrate nomie data to loop habits tracker"
|
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
pandas = "^1.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|