nicolasRolebot commited on
Commit
4db724f
·
1 Parent(s): 091117d
Files changed (1) hide show
  1. requirements.txt +56 -2
requirements.txt CHANGED
@@ -1,2 +1,56 @@
1
- fastapi
2
- uvicorn[standard]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.9.0
3
+ certifi==2025.1.31
4
+ charset-normalizer==3.4.1
5
+ click==8.1.8
6
+ contourpy==1.3.1
7
+ cycler==0.12.1
8
+ defusedxml==0.7.1
9
+ fastapi==0.115.12
10
+ filelock==3.18.0
11
+ fonttools==4.57.0
12
+ fsspec==2025.3.2
13
+ h11==0.14.0
14
+ httptools==0.6.4
15
+ huggingface-hub==0.30.2
16
+ idna==3.10
17
+ Jinja2==3.1.6
18
+ kiwisolver==1.4.8
19
+ loguru==0.7.3
20
+ MarkupSafe==3.0.2
21
+ matplotlib==3.10.1
22
+ mpmath==1.3.0
23
+ networkx==3.4.2
24
+ numpy==2.2.4
25
+ opencv-python==4.11.0.86
26
+ packaging==24.2
27
+ pillow==11.2.1
28
+ pydantic==2.11.3
29
+ pydantic_core==2.33.1
30
+ pyparsing==3.2.3
31
+ python-dateutil==2.9.0.post0
32
+ python-dotenv==1.1.0
33
+ python-multipart==0.0.20
34
+ PyYAML==6.0.2
35
+ regex==2024.11.6
36
+ requests==2.32.3
37
+ rt-pose==0.0.3
38
+ safetensors==0.5.3
39
+ scipy==1.15.2
40
+ six==1.17.0
41
+ sniffio==1.3.1
42
+ starlette==0.46.1
43
+ supervision==0.25.1
44
+ sympy==1.13.1
45
+ tokenizers==0.21.1
46
+ torch==2.6.0
47
+ torchvision==0.21.0
48
+ tqdm==4.67.1
49
+ transformers==4.51.2
50
+ typing-inspection==0.4.0
51
+ typing_extensions==4.13.2
52
+ urllib3==2.4.0
53
+ uvicorn==0.34.0
54
+ uvloop==0.21.0
55
+ watchfiles==1.0.5
56
+ websockets==15.0.1