chore: update wallet service to use venv python and add requirements.txt

This commit is contained in:
aitbc1
2026-03-28 09:48:27 +01:00
parent 3d200534b6
commit 76965a5d42
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
fastapi>=0.111.0
uvicorn[standard]>=0.30.0
pydantic>=2.7.0
pydantic-settings>=2.2.1
sqlalchemy[asyncio]>=2.0.47
aiosqlite>=0.20.0
sqlmodel>=0.0.16
httpx>=0.27.0
python-dotenv>=1.0.1
asyncpg>=0.29.0