hrlima commited on
Commit
1bf44c3
·
verified ·
1 Parent(s): 04e2562

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  # Servidor Flask
2
- Flask==2.3.3
3
- gunicorn==21.2.0
 
4
 
5
  # Firebase
6
  firebase-admin==7.6.0
@@ -10,7 +11,7 @@ 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
 
1
  # Servidor Flask
2
+ flask==3.0.3
3
+ gunicorn==23.0.0
4
+ huggingface-hub==0.25.2
5
 
6
  # Firebase
7
  firebase-admin==7.6.0
 
11
  torch==2.2.0
12
 
13
  # Requisições HTTP mais avançadas (se precisar)
14
+ requests==2.32.3
15
 
16
  # Para JSON e manipulação de tempo
17
  python-dotenv==1.0.0