From 1b430cb695dd541f80223d743f378135064f4fec Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 13 Jul 2026 16:44:51 +0200 Subject: init --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d745017 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +[project] +name = "spotify-into-discord" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.14" +dependencies = [ + "discord-py>=2.7.1", + "dotenv>=0.9.9", +] -- cgit v1.2.3