aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoralex <[email protected]>2026-07-13 16:44:51 +0200
committeralex <[email protected]>2026-07-13 16:44:51 +0200
commit1b430cb695dd541f80223d743f378135064f4fec (patch)
tree7426e91a25530379372c3d1570819180fbaebe32 /pyproject.toml
downloadspotify-into-discord-1b430cb695dd541f80223d743f378135064f4fec.tar.xz
spotify-into-discord-1b430cb695dd541f80223d743f378135064f4fec.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
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",
+]