WhiteWolf21 commited on
Commit
e8046e3
·
1 Parent(s): d8a9cf1

add: requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -0
requirements.txt ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ annotated-types==0.6.0
3
+ anyio==4.3.0
4
+ attrs==23.2.0
5
+ blinker==1.7.0
6
+ cachetools==5.3.3
7
+ certifi==2024.2.2
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ distro==1.9.0
12
+ exceptiongroup==1.2.0
13
+ gitdb==4.0.11
14
+ GitPython==3.1.42
15
+ h11==0.14.0
16
+ httpcore==1.0.4
17
+ httpx==0.27.0
18
+ idna==3.6
19
+ importlib_metadata==7.0.2
20
+ Jinja2==3.1.3
21
+ jsonschema==4.21.1
22
+ jsonschema-specifications==2023.12.1
23
+ markdown-it-py==3.0.0
24
+ MarkupSafe==2.1.5
25
+ mdurl==0.1.2
26
+ numpy==1.26.4
27
+ openai==1.12.0
28
+ opencv-python==4.9.0.80
29
+ packaging==23.2
30
+ pandas==2.2.0
31
+ pillow==10.2.0
32
+ protobuf==4.25.3
33
+ pyarrow==15.0.1
34
+ pydantic==2.6.4
35
+ pydantic_core==2.16.3
36
+ pydeck==0.8.1b0
37
+ Pygments==2.17.2
38
+ python-dateutil==2.9.0.post0
39
+ pytz==2024.1
40
+ referencing==0.33.0
41
+ requests==2.31.0
42
+ rich==13.7.1
43
+ rpds-py==0.18.0
44
+ six==1.16.0
45
+ smmap==5.0.1
46
+ sniffio==1.3.1
47
+ streamlit==1.31.0
48
+ tenacity==8.2.3
49
+ toml==0.10.2
50
+ toolz==0.12.1
51
+ tornado==6.4
52
+ tqdm==4.66.2
53
+ typing_extensions==4.10.0
54
+ tzdata==2024.1
55
+ tzlocal==5.2
56
+ urllib3==2.2.1
57
+ validators==0.22.0
58
+ watchdog==4.0.0
59
+ zipp==3.18.0