-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
37 lines (34 loc) · 977 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tool.poetry]
name = "wpro_working"
version = "0.1"
readme = "README.md"
license = "BSD-2-Clause"
homepage = "https://github.com/monash-emu/wpro_working"
repository = "https://github.com/monash-emu/wpro_working"
documentation = "https://github.com/monash-emu/wpro_working"
keywords = [
"covid19",
"summerepi"
]
description = "Works in progress towards execution of our 2023/24 contract with WPRO to support Malaysia, the Philippines and Vietnam"
authors = [
"James Trauer <[email protected]>",
"David Shipman <[email protected]>",
"Angus Hughes <[email protected]>",
"Romain Ragonnet <[email protected]>",
]
packages = [
{include = "inputs"},
]
[tool.poetry.dependencies]
python = ">=3.8.0, <4.0.0"
estival = "==0.4.9"
kaleido = "==0.2.1"
pylatex = "==1.4.1"
summerepi2 = ">=1.3.0"
tables = "^3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 100