Lucas-C-R commited on
Commit
984ba4d
·
1 Parent(s): e5b1409

build: add huggingface_hub to requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -6,10 +6,13 @@ annotated-types==0.7.0
6
  anyio==4.9.0
7
  arxiv==2.2.0
8
  attrs==25.3.0
 
9
  beautifulsoup4==4.13.4
10
  certifi==2025.4.26
 
11
  charset-normalizer==3.4.2
12
  click==8.2.1
 
13
  dataclasses-json==0.6.7
14
  distro==1.9.0
15
  fastapi==0.115.12
@@ -29,6 +32,7 @@ httpx==0.28.1
29
  httpx-sse==0.4.0
30
  huggingface-hub==0.32.3
31
  idna==3.10
 
32
  Jinja2==3.1.6
33
  jiter==0.10.0
34
  jsonpatch==1.33
@@ -60,6 +64,7 @@ pandas==2.2.3
60
  pathspec==0.12.1
61
  pillow==11.2.1
62
  propcache==0.3.1
 
63
  pydantic==2.11.5
64
  pydantic-settings==2.9.1
65
  pydantic_core==2.33.2
 
6
  anyio==4.9.0
7
  arxiv==2.2.0
8
  attrs==25.3.0
9
+ Authlib==1.6.0
10
  beautifulsoup4==4.13.4
11
  certifi==2025.4.26
12
+ cffi==1.17.1
13
  charset-normalizer==3.4.2
14
  click==8.2.1
15
+ cryptography==45.0.3
16
  dataclasses-json==0.6.7
17
  distro==1.9.0
18
  fastapi==0.115.12
 
32
  httpx-sse==0.4.0
33
  huggingface-hub==0.32.3
34
  idna==3.10
35
+ itsdangerous==2.2.0
36
  Jinja2==3.1.6
37
  jiter==0.10.0
38
  jsonpatch==1.33
 
64
  pathspec==0.12.1
65
  pillow==11.2.1
66
  propcache==0.3.1
67
+ pycparser==2.22
68
  pydantic==2.11.5
69
  pydantic-settings==2.9.1
70
  pydantic_core==2.33.2