From d7d83d6e733aec3ec0da40e28d185d79911a4cbf Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 18 Feb 2026 01:00:11 -0800 Subject: init commit --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..6a84e61 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "yt-radio" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "flask>=3.1.2", + "python-dotenv>=1.2.1", + "yt-dlp>=2026.2.4", +] -- cgit v1.2.3