-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
36 lines (31 loc) · 1.06 KB
/
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
34
35
36
[tool.poetry]
name = "pilcord"
version = "1.0.1"
readme = "README.md"
description = "A library rich with many image generation funcitons powered by PIL for your discord bot such as leveling, welcome card and meme generation!"
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",
"meme-generation", "pillow", "pil", "discord-image-generation",
"discord-meme-generation", "discord-image", "discord-meme",
"pycord", "discord-rank", "discord-welcome-card", "welcome-card",
"welcome", "discord-welcome-bot", "discord-welcome-card"
]
packages = [
{ include = "pilcord"}
]
include = ["pilcord/assets/*"]
[tool.poetry.dependencies]
python = "^3.9"
aiohttp = "^3.8.1"
Pillow = "^9.2.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"