nyanimedb/modules/anime_etl/pyproject.toml
2025-12-05 22:59:33 +03:00

13 lines
282 B
TOML

[project]
name = "anime-etl"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aio-pika>=9.5.8",
"httpx>=0.28.1",
"psycopg[binary]>=3.3.1",
"pydantic>=2.12.5",
"python-dotenv>=1.2.1",
]