24 lines
415 B
TOML
24 lines
415 B
TOML
[project]
|
|
name = "decp.info"
|
|
description = ""
|
|
version = "2.0.0"
|
|
requires-python = ">= 3.10"
|
|
authors = [
|
|
{ name = "Colin Maudry", email = "colin+decp@maudry.com" }
|
|
]
|
|
dependencies = [
|
|
"dash==3.2.0",
|
|
"dash[compress]",
|
|
"polars",
|
|
"gunicorn",
|
|
"dash-bootstrap-components",
|
|
"python-dotenv",
|
|
"xlsxwriter",
|
|
"plotly[express]",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = [
|
|
"pre-commit",
|
|
]
|