-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpyproject.toml
31 lines (26 loc) · 1.08 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
[tool.poetry]
name = "starrailcard"
version = "2.1.5"
description = "This Python module provides the ability to create captivating character cards based on player data from Honkai Star Rail, obtained through their unique user identifiers (UIDs). StarRailCard streamlines the process of generating personalized character assembly cards, relying on the information provided by players."
authors = ["DEViantUA <[email protected]>"]
license = "MIT License with Additional Restrictions"
readme = 'README.md' # Markdown files are supported
repository = "https://github.com/DEViantUA/StarRailCard"
homepage = "https://github.com/DEViantUA/StarRailCard"
keywords = ["honkai", "cards", "generation", "honkaistarraill","raill", "starraill", "builds", "honkairail", "honkai"]
[tool.poetry.dependencies]
Pillow = "*"
python = "^3.9"
aiofiles = "*"
aiohttp = "*"
cachetools = "*"
imageio = "*"
moviepy = "*"
more-itertools = "*"
numpy = "*"
pydantic = "*"
beautifulsoup4 = "*"
anyio = "*"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"