Updated data collection system

This commit is contained in:
Jonas Linter
2025-10-21 11:55:14 +02:00
parent 0d754846ce
commit 6ba8a0dba2
9 changed files with 1418 additions and 57 deletions

View File

@@ -6,7 +6,10 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.1",
"alembic>=1.17.0",
"asyncpg>=0.30.0",
"facebook-business>=23.0.3",
"python-dotenv>=1.1.1",
"requests-oauthlib>=2.0.0",
"sqlalchemy[asyncio]>=2.0.44",
]