You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
335 B
16 lines
335 B
[tool.poetry] |
|
name = "minari-date" |
|
version = "0.1.1" |
|
description = "" |
|
authors = ["Gergely Polonkai <gergely@polonkai.eu>"] |
|
license = "AGPL" |
|
|
|
[tool.poetry.dependencies] |
|
python = "^3.6" |
|
python-dateutil = "^2.8.1" |
|
|
|
[tool.poetry.dev-dependencies] |
|
|
|
[build-system] |
|
requires = ["poetry-core>=1.0.0"] |
|
build-backend = "poetry.core.masonry.api"
|
|
|