etl module added
This commit is contained in:
parent
0f619dd954
commit
ff36173720
16 changed files with 1573 additions and 0 deletions
13
modules/anime_etl/pyproject.toml
Normal file
13
modules/anime_etl/pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue