mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-01-02 09:06:19 +00:00
19 lines
289 B
TOML
19 lines
289 B
TOML
[project]
|
|
name = "discord-emojis"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"json5>=0.12.0",
|
|
"requests>=2.32.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"ruff>=0.11.8",
|
|
]
|
|
|
|
[tool.basedpyright]
|
|
typeCheckingMode = "all"
|
|
reportUnusedCallResult = false
|
|
reportAny = false
|