15 lines
338 B
TOML
15 lines
338 B
TOML
[project]
|
|
name = "o2o-ado2-scheduler"
|
|
version = "0.1.0"
|
|
description = "SNS 업로드 스케줄러"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"apscheduler>=3.10.4",
|
|
"httpx>=0.27.0",
|
|
"sqlalchemy>=2.0.0",
|
|
"aiomysql>=0.2.0",
|
|
"pydantic>=2.0.0",
|
|
"pydantic-settings>=2.0.0",
|
|
"python-dotenv>=1.0.0",
|
|
]
|