dauid64 commited on
Commit
14700ca
1 Parent(s): d5116f8

adicionando o streamlit no requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +34 -0
requirements.txt CHANGED
@@ -1,11 +1,18 @@
 
1
  annotated-types==0.7.0
2
  anyio==4.5.0
3
  async-timeout==4.0.3
 
 
 
4
  certifi==2024.8.30
5
  charset-normalizer==3.4.0
 
6
  distro==1.9.0
7
  edgedb==2.1.0
8
  exceptiongroup==1.2.2
 
 
9
  grpcio==1.66.2
10
  grpcio-tools==1.66.2
11
  h11==0.14.0
@@ -15,28 +22,55 @@ httpcore==1.0.6
15
  httpx==0.27.2
16
  hyperframe==6.0.1
17
  idna==3.10
 
 
18
  jiter==0.6.1
19
  jsonpatch==1.33
20
  jsonpointer==3.0.0
 
 
21
  langchain-core==0.2.41
22
  langchain-text-splitters==0.2.4
23
  langsmith==0.1.133
 
 
 
 
24
  numpy==1.24.4
25
  openai==1.51.2
26
  orjson==3.10.7
27
  packaging==24.1
 
 
 
28
  portalocker==2.10.1
29
  protobuf==5.28.2
 
30
  pydantic==2.9.2
31
  pydantic-core==2.23.4
 
 
 
32
  python-dotenv==1.0.1
 
33
  PyYAML==6.0.2
34
  qdrant-client==1.12.0
35
  redis==5.1.1
 
36
  requests==2.32.3
37
  requests-toolbelt==1.0.0
 
 
 
 
38
  sniffio==1.3.1
 
39
  tenacity==8.5.0
 
 
40
  tqdm==4.66.5
41
  typing-extensions==4.12.2
 
42
  urllib3==2.2.3
 
 
 
1
+ altair==5.4.1
2
  annotated-types==0.7.0
3
  anyio==4.5.0
4
  async-timeout==4.0.3
5
+ attrs==24.2.0
6
+ blinker==1.8.2
7
+ cachetools==5.5.0
8
  certifi==2024.8.30
9
  charset-normalizer==3.4.0
10
+ click==8.1.7
11
  distro==1.9.0
12
  edgedb==2.1.0
13
  exceptiongroup==1.2.2
14
+ gitdb==4.0.11
15
+ GitPython==3.1.43
16
  grpcio==1.66.2
17
  grpcio-tools==1.66.2
18
  h11==0.14.0
 
22
  httpx==0.27.2
23
  hyperframe==6.0.1
24
  idna==3.10
25
+ importlib-resources==6.4.5
26
+ jinja2==3.1.4
27
  jiter==0.6.1
28
  jsonpatch==1.33
29
  jsonpointer==3.0.0
30
+ jsonschema==4.23.0
31
+ jsonschema-specifications==2023.12.1
32
  langchain-core==0.2.41
33
  langchain-text-splitters==0.2.4
34
  langsmith==0.1.133
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==2.1.5
37
+ mdurl==0.1.2
38
+ narwhals==1.9.2
39
  numpy==1.24.4
40
  openai==1.51.2
41
  orjson==3.10.7
42
  packaging==24.1
43
+ pandas==2.0.3
44
+ pillow==10.4.0
45
+ pkgutil-resolve-name==1.3.10
46
  portalocker==2.10.1
47
  protobuf==5.28.2
48
+ pyarrow==17.0.0
49
  pydantic==2.9.2
50
  pydantic-core==2.23.4
51
+ pydeck==0.9.1
52
+ pygments==2.18.0
53
+ python-dateutil==2.9.0.post0
54
  python-dotenv==1.0.1
55
+ pytz==2024.2
56
  PyYAML==6.0.2
57
  qdrant-client==1.12.0
58
  redis==5.1.1
59
+ referencing==0.35.1
60
  requests==2.32.3
61
  requests-toolbelt==1.0.0
62
+ rich==13.9.2
63
+ rpds-py==0.20.0
64
+ six==1.16.0
65
+ smmap==5.0.1
66
  sniffio==1.3.1
67
+ streamlit==1.39.0
68
  tenacity==8.5.0
69
+ toml==0.10.2
70
+ tornado==6.4.1
71
  tqdm==4.66.5
72
  typing-extensions==4.12.2
73
+ tzdata==2024.2
74
  urllib3==2.2.3
75
+ watchdog==4.0.2
76
+ zipp==3.20.2