백엔드 전체 구현 완료: 내부 서비스(Auth, Client, Realtime), API 엔드포인트 및 스케줄러 구현
This commit is contained in:
11
backend/requirements.txt
Normal file
11
backend/requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
fastapi>=0.100.0
|
||||
uvicorn[standard]>=0.20.0
|
||||
sqlalchemy>=2.0.0
|
||||
aiosqlite>=0.19.0
|
||||
pydantic-settings>=2.0.0
|
||||
httpx>=0.24.0
|
||||
websockets>=11.0
|
||||
pytz
|
||||
python-multipart
|
||||
pycryptodome
|
||||
apscheduler
|
||||
Reference in New Issue
Block a user