Oxyb commited on
Commit
74e8ba9
·
verified ·
1 Parent(s): d1b6c00

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -0
requirements.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ fastapi>=0.110.0
2
+ uvicorn[standard]>=0.27.0
3
+ openai>=1.0.0
4
+ python-dotenv>=1.0.0
5
+ pydantic>=2.0.0
6
+ httpx>=0.27.0