Aurélie GABU commited on
Commit
d1e72da
·
1 Parent(s): 23d4613

dependencies updated with dotenv

Browse files
Files changed (2) hide show
  1. pyproject.toml +2 -1
  2. requirements.txt +1 -0
pyproject.toml CHANGED
@@ -24,7 +24,8 @@ dependencies = [
24
  "ipykernel>=6.25,<7.0",
25
  "huggingface-hub ==1.3.1",
26
  "fastapi ==0.115.0",
27
- "uvicorn ==0.30.1"
 
28
  ]
29
 
30
  [build-system]
 
24
  "ipykernel>=6.25,<7.0",
25
  "huggingface-hub ==1.3.1",
26
  "fastapi ==0.115.0",
27
+ "uvicorn ==0.30.1",
28
+ "dotenv ==1.2.1"
29
  ]
30
 
31
  [build-system]
requirements.txt CHANGED
@@ -13,3 +13,4 @@ pandas==2.2.2
13
  scikit-learn==1.4.2
14
  xgboost ==2.0.3
15
  huggingface-hub ==1.3.1
 
 
13
  scikit-learn==1.4.2
14
  xgboost ==2.0.3
15
  huggingface-hub ==1.3.1
16
+ dotenv ==1.2.1