diff --git a/pyproject.toml b/pyproject.toml index a98fffc..4520072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ authors = [ readme = "README.md" requires-python = ">=3.13" dependencies = [ + "click>=8.1.7", "discord-ext-menus", "discord-ext-menus-views", "discord-py>=2.4.0", diff --git a/uv.lock b/uv.lock index 75f4354..244cb95 100644 --- a/uv.lock +++ b/uv.lock @@ -102,6 +102,27 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/c5/55/51844dd50c4fc7a33b653bfaba4c2456f06955289ca770a5dbd5fd267374/cfgv-3.4.0-py2.py3-none-any.whl", hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9", size = 7249 }, ] +[[package]] +name = "click" +version = "8.1.7" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "colorama", marker = "platform_system == 'Windows'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/96/d3/f04c7bfcf5c1862a2a5b845c6b2b360488cf47af55dfa79c98f6a6bf98b5/click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de", size = 336121 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd8710527771b58311a3229/click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", size = 97941 }, +] + +[[package]] +name = "colorama" +version = "0.4.6" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 }, +] + [[package]] name = "discord-ext-menus" version = "1.0.0a32+g8686b5d" @@ -380,6 +401,7 @@ name = "robonerva" version = "1.0.0" source = { virtual = "." } dependencies = [ + { name = "click" }, { name = "discord-ext-menus" }, { name = "discord-ext-menus-views" }, { name = "discord-py" }, @@ -403,6 +425,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "aiofiles", marker = "extra == 'scripts'", specifier = ">=24.1.0" }, + { name = "click" }, { name = "discord-ext-menus", git = "https://github.com/Rapptz/discord-ext-menus" }, { name = "discord-ext-menus-views", git = "https://github.com/FumeStop/discord-ext-menus-views" }, { name = "discord-py", specifier = ">=2.4.0" },