diff options
Diffstat (limited to 'gamechestcli/pyproject.toml')
| -rw-r--r-- | gamechestcli/pyproject.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gamechestcli/pyproject.toml b/gamechestcli/pyproject.toml new file mode 100644 index 0000000..804fd94 --- /dev/null +++ b/gamechestcli/pyproject.toml @@ -0,0 +1,21 @@ +[project] +name = "gamechest" +version = "0.1.0" +description = "Add your description here" +readme = "README.rst" +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", +] +[project.scripts] +gamechest = "gamechest:__main__.main" + +[dependency-groups] +dev = [ + "ipdb>=0.13.13", + "ipython>=9.10.0", +] |
