summaryrefslogtreecommitdiffstats
path: root/gamechestcli/pyproject.toml
blob: 57e1888c6c808a22b39b9552a9a0f5f854406489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "gamechestcli"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "docopt-ng>=0.9.0",
    "humanfriendly>=10.0",
    "pyyaml>=6.0.3",
    "rich>=14.3.2",
    "xdg>=6.0.0",
]

[dependency-groups]
dev = [
    "ipdb>=0.13.13",
    "ipython>=9.10.0",
]