Militaryint commited on
Commit
b977d16
·
verified ·
1 Parent(s): bc82c82

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.34.0
2
+ uvicorn>=0.14.0
3
+ openai==0.28.0
4
+ python-docx>=0.8.11
5
+ requests>=2.28.0
6
+ python-dotenv==1.0.0
7
+ numpy==1.24.3
8
+ matplotlib==3.7.1
9
+ fpdf2==2.7.6