Initial MVP skeleton with auth, chat persistence, UI and text LLM integration
This commit is contained in:
8
backend/requirements.txt
Normal file
8
backend/requirements.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
fastapi==0.115.8
|
||||
uvicorn[standard]==0.34.0
|
||||
pydantic==2.10.6
|
||||
pydantic-settings==2.8.1
|
||||
sqlalchemy==2.0.38
|
||||
psycopg[binary]==3.2.6
|
||||
argon2-cffi==23.1.0
|
||||
httpx
|
||||
Reference in New Issue
Block a user