[tool.poetry] name = "test_arrow" version = "0.1.0" description = "" authors = [] [tool.poetry.dependencies] python = "^3.8" # https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst arrow = "*" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"