Build and Push Podman Container / build-and-push (push) Canceled after 0s
Co-authored-by: Junie <junie@jetbrains.com>
11 lines
200 B
TOML
11 lines
200 B
TOML
[project]
|
|
name = "isotopetable"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"bokeh>=3.9.0",
|
|
"django>=6.0.5",
|
|
]
|