Basic dash app with decp data

This commit is contained in:
Colin Maudry
2022-01-29 16:37:47 +01:00
parent 91bac3f56d
commit 648e28f269
4 changed files with 521 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dash = "*"
pandas = "*"
sqlalchemy = "*"
plotly = {io = "*"}
dash_bootstrap_components = "*"
[dev-packages]
[requires]
python_version = "3.9"