ghost-logic commited on
Commit
f9acdf1
·
verified ·
1 Parent(s): 595ef4c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ Flask==2.3.3
2
+ gunicorn==21.2.0
3
+ python-dotenv==1.0.0
4
+ openai==1.3.0
5
+ requests==2.31.0
6
+ Werkzeug==2.3.7
7
+ Pillow==10.0.0
8
+ numpy==1.24.3