feat(trade-monitor): 스캐폴딩 + config

This commit is contained in:
2026-07-03 01:44:25 +09:00
parent 03e50d2be1
commit 141209ad42
8 changed files with 1676 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
fastapi==0.115.6
uvicorn[standard]==0.34.0
redis>=5.0
httpx>=0.27
pytest>=8.0
pytest-asyncio>=0.24
respx>=0.21