hrlima commited on
Commit
2f70844
·
verified ·
1 Parent(s): d8142e7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -6
requirements.txt CHANGED
@@ -1,6 +1,16 @@
1
- flask
2
- firebase-admin
3
- python-dotenv
4
- huggingface-hub
5
- gunicorn
6
- requests
 
 
 
 
 
 
 
 
 
 
 
1
+ # Servidor Flask
2
+ Flask==2.3.3
3
+ gunicorn==21.2.0
4
+
5
+ # Firebase
6
+ firebase-admin==7.6.0
7
+
8
+ # Transformers e PyTorch
9
+ transformers==4.40.2
10
+ torch==2.2.0
11
+
12
+ # Requisições HTTP mais avançadas (se precisar)
13
+ requests==2.32.0
14
+
15
+ # Para JSON e manipulação de tempo
16
+ python-dotenv==1.0.0