etl module added

This commit is contained in:
garaev kamil 2025-12-05 22:59:33 +03:00
parent 0f619dd954
commit ff36173720
16 changed files with 1573 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[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",
]