Dash et datatable fonctionnels

This commit is contained in:
Colin Maudry
2024-05-27 22:03:16 +02:00
parent 0f13869c20
commit a1aebfff4f
53 changed files with 88 additions and 4268 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "decp.info"
description = ""
version = "2.0.0"
requires-python = ">= 3.10"
authors = [
{ name = "Colin Maudry", email = "colin+decp@maudry.com" }
]
dependencies = [
"dash",
"polars"
]
[project.optional-dependencies]
dev = [
"pre-commit",
]