[tool.poetry] name = "paheko-helloasso-adapter" version = "0.1.0" description = "" authors = ["Matthieu Bessat "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" distance = "^0.1.3" requests = "^2.31.0" requests-oauth2client = "^1.3.0" [tool.poetry.scripts] adapter = "paheko_helloasso_adapter.cli:main" ha-sandbox = "paheko_helloasso_adapter.sandbox.sandbox1:main" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"