Skip to content

Commit e8e6dcf

Browse files
author
Shrijeeth-Suresh
committed
chore: reorganize env file locations and add backend requirements
1 parent 5349b3e commit e8e6dcf

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

backend/requirements.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
adktools==0.1.2
2+
google-adk==1.0.0
3+
pydantic[email]==2.11.3
4+
pydantic_settings==2.9.1
5+
fastapi==0.115.12
6+
uvicorn==0.34.1
7+
python-dotenv==1.1.0
8+
ruff==0.11.6
9+
qdrant-client==1.13.3
10+
litellm==1.70.2
11+
mysql-connector-python==9.3.0
12+
python-multipart==0.0.20
13+
python-jose==3.4.0
14+
bcrypt==4.0.1
15+
passlib[bcrypt]==1.7.4
16+
sqlalchemy[asyncio] ==2.0.40
17+
asyncpg==0.30.0
18+
greenlet==3.2.0
19+
redis==5.2.1
20+
psycopg2==2.9.10

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
ports:
88
- "3000:3000"
99
env_file:
10-
- .env
10+
- ./frontend/.env
1111
environment:
1212
- NODE_ENV=development
1313
volumes:
@@ -24,7 +24,7 @@ services:
2424
ports:
2525
- "8000:8000"
2626
env_file:
27-
- .env
27+
- ./backend/.env
2828
environment:
2929
- ENV=development
3030
volumes:

0 commit comments

Comments
 (0)