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.

19 lines
398 B

[tool.poetry]
name = "operational_loops_covid19"
version = "0.1.0"
description = ""
authors = ["David Benqué <mail@davidbenque.com>"]
[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"