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