aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: d745017a02d9f32eb91822d2af451154ba428df1 (plain)
1
2
3
4
5
6
7
8
9
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",
]