[tool.poetry] name = "operational_loops_covid19" version = "0.1.0" description = "" authors = ["David Benqué "] [tool.poetry.dependencies] python = ">=3.8,<3.10" pandas = "^1.2.3" traitlets = "^5.0.5" requests = "^2.25.1" matplotlib = "^3.4.0" scipy = "^1.6.2" ipykernel = "^5.5.3" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"