aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: eec4f8abe3a6123b038bea57f36b58682385c83c (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "spotify-discord-widget"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
    "discord-py>=2.7.1",
    "dotenv>=0.9.9",
    "requests>=2.34.2",
    "spotipy>=2.26.0",
]