kumarx commited on
Commit
4949953
·
verified ·
1 Parent(s): 24708e5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ fastapi>=0.68.0
2
+ uvicorn>=0.15.0
3
+ python-dotenv>=0.19.0
4
+ openai>=1.0.0
5
+ jinja2>=3.0.1
6
+ python-multipart>=0.0.5
7
+ requests>=2.26.0
8
+ pydantic>=2.0.0