File size: 429 Bytes
d6cef6f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "axolotl-ui"
version = "0.0.1"
description = "Default template for PDM package"
authors = [
    {name = "James Wade", email = "[email protected]"},
]
dependencies = [
    "shiny==0.7.0",
    "shinyswatch==0.4.2",
    "seaborn==0.12.2",
    "matplotlib==3.7.1",
    "autotrain-advanced>=0.6.83",
]
requires-python = ">=3.9"
readme = "README.md"
license = {text = "Apache-2"}


[tool.pdm]
distribution = false