[tool.poetry] name = "onepiece-tcg-notion-importer" version = "0.1.0" description = "Python script to update a notion database with the information from onepiece-cardgame.dev" authors = ["Felipe Martin "] [tool.poetry.dependencies] python = "^3.10" notion-client = "^1.0.0" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"