Skip to content

Commit d6ecc6a

Browse files
committed
Add requirements.txt for Render deployment
1 parent 3ce8cba commit d6ecc6a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

requirements.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
fastapi[standard]>=0.115.11
2+
uvicorn>=0.34.0
3+
httpx>=0.25.0
4+
markdown-it-py>=3.0.0
5+
pydantic>=2.0.0
6+
python-dotenv>=1.0.0
7+
tiktoken>=0.7.0
8+
python-telegram-bot>=21.0
9+
discord.py>=2.0.0
10+
pydantic-settings>=2.12.0
11+
openai>=2.16.0
12+
loguru>=0.7.0

0 commit comments

Comments
 (0)