2025-02-02 00:43:36 +08:00
|
|
|
[project]
|
|
|
|
name = "yt-shared"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = "Add your description here"
|
|
|
|
readme = "README.md"
|
|
|
|
authors = [
|
|
|
|
{ name = "tropicoo", email = "888784+tropicoo@users.noreply.github.com" }
|
|
|
|
]
|
|
|
|
requires-python = ">=3.12"
|
|
|
|
dependencies = [
|
2025-02-09 00:57:48 +08:00
|
|
|
"aio-pika>=9.5.4",
|
|
|
|
"aiohttp>=3.11.11",
|
|
|
|
"asyncpg>=0.30.0",
|
|
|
|
"pillow>=11.1.0",
|
|
|
|
"pydantic>=2.10.6",
|
|
|
|
"pydantic-settings>=2.7.1",
|
|
|
|
"sqlalchemy>=2.0.37",
|
|
|
|
"sqlalchemy-utils>=0.41.2",
|
2025-02-02 00:43:36 +08:00
|
|
|
"uvloop>=0.21.0 ; sys_platform == 'linux'",
|
|
|
|
]
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
yt-shared = "yt_shared:main"
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["hatchling"]
|
|
|
|
build-backend = "hatchling.build"
|