summaryrefslogtreecommitdiffstats
path: root/gamechestcli/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/pyproject.toml')
-rw-r--r--gamechestcli/pyproject.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gamechestcli/pyproject.toml b/gamechestcli/pyproject.toml
new file mode 100644
index 0000000..57e1888
--- /dev/null
+++ b/gamechestcli/pyproject.toml
@@ -0,0 +1,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",
+]