diff options
| author | alex <[email protected]> | 2026-07-13 16:44:51 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2026-07-13 16:44:51 +0200 |
| commit | 1b430cb695dd541f80223d743f378135064f4fec (patch) | |
| tree | 7426e91a25530379372c3d1570819180fbaebe32 /pyproject.toml | |
| download | spotify-into-discord-main.tar.xz spotify-into-discord-main.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 10 |
1 files changed, 10 insertions, 0 deletions
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", +] |
