akra35567 commited on
Commit
63bd0ce
·
verified ·
1 Parent(s): cecf722

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ flask==3.1.2
2
+ flask-cors==6.0.1
3
+ gunicorn==23.0.0
4
+ python-dotenv==1.2.1
5
+ loguru==0.7.3
6
+ requests==2.32.5
7
+
8
+ # OLLAMA
9
+ ollama==0.2.0
10
+
11
+ # APIs externas
12
+ google-generativeai==0.8.5