aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: b2eb316d054d5c6cd26ae63162fa3d76b414e24f (plain)
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "league-discord-widget"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
    "discord-py>=2.7.1",
    "python-dotenv>=1.2.2",
    "requests>=2.34.2",
]