m2s2-cli 0.2.13

CLI for scaffolding M²S² design system projects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "{{name}}"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
    "fastapi>=0.115.0",
    "uvicorn[standard]>=0.32.0",{{#if auth}}
    "python-jose[cryptography]>=3.3.0",{{/if}}{{#if billing}}
    "stripe>=11.0.0",{{/if}}
]

[tool.ruff]
src = ["."]
line-length = 88

[tool.pytest.ini_options]
testpaths = ["tests"]