-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (24 loc) · 870 Bytes
/
pyproject.toml
File metadata and controls
29 lines (24 loc) · 870 Bytes
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
[tool.poetry]
name = "enkacard"
version = "3.3.9"
description = "An asynchronous module and API that allows you to connect to your bot the generation of Genshin character cards from the Enka.Network website."
authors = ["None"]
readme = 'README.md' # Поддерживаются файлы в формате Markdown
repository = "https://github.com/DEViantUA/EnkaCard"
homepage = "https://github.com/DEViantUA/EnkaCard"
[tool.poetry.dependencies]
python = "^3.10"
Pillow = "*"
"enkanetworkv2.py" = "*"
cachetools = "*"
asyncache = "*"
numpy = "*"
more-itertools = "*"
pydantic = "*"
aiofiles = "*"
matplotlib = "*"
python-magic = { platform = "windows", version = "^0.4.27" }
python-magic-bin = { platform = "windows", version = "^0.4.14" }
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"