pgurazada1 commited on
Commit
21c2eff
·
verified ·
1 Parent(s): 9dd9e63

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python-dotenv==1.0.1
2
+ openai==1.12.0
3
+ pyarrow==17.0.0
4
+ pandas==2.2.2
5
+ langchain==0.1.9
6
+ langchain-openai==0.0.8
7
+ langchain_experimental==0.0.52
8
+ tabulate==0.9.0
9
+ Werkzeug==2.2.2
10
+ flask==2.2.2
11
+ gunicorn==20.1.0