-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.toml
33 lines (30 loc) · 896 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool.poetry]
name = "discordlevelingcard"
version = "0.6.0"
readme = "README.md"
description = "A library with leveling cards for your discord bot."
repository = "https://github.com/krishsharma0413/DiscordLevelingCard"
authors = ["Reset <[email protected]>"]
license = "MIT"
keywords = [
"discord", "leveling", "card",
"image", "discord.py", "disnake",
"nextcord", "rank", "ranking",
"level", "discord-bot", "bot",
"discord-leveling", "level-card",
"discord-leveling-card", "discord-rank-card",
"sandbox", "custom", "custom-card"
]
packages = [
{ include = "DiscordLevelingCard"}
]
include = ["DiscordLevelingCard/assets/*"]
[tool.poetry.dependencies]
python = ">=3.8,<4"
aiohttp = "^3.8.1"
Pillow = "^9.2.0"
requests = "^2.28.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"