rcwaterman commited on
Commit
287bdcb
1 Parent(s): cf5798d

Corrected requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +43 -3
requirements.txt CHANGED
@@ -1,21 +1,33 @@
 
1
  aiohttp==3.9.5
2
  aiosignal==1.3.1
3
  annotated-types==0.7.0
4
- anyio==4.4.0
 
5
  attrs==23.2.0
6
  beautifulsoup4==4.12.3
 
7
  certifi==2024.7.4
 
8
  charset-normalizer==3.3.2
9
- dataclasses-json==0.6.7
 
 
 
10
  distro==1.9.0
 
 
11
  frozendict==2.4.4
12
  frozenlist==1.4.1
 
13
  greenlet==3.0.3
 
14
  h11==0.14.0
15
  html5lib==1.1
16
  httpcore==1.0.5
17
  httpx==0.27.0
18
  idna==3.7
 
19
  jsonpatch==1.33
20
  jsonpointer==3.0.0
21
  langchain==0.2.10
@@ -24,40 +36,68 @@ langchain-core==0.2.22
24
  langchain-openai==0.1.17
25
  langchain-text-splitters==0.2.2
26
  langsmith==0.1.93
 
 
27
  lxml==5.2.2
28
  marshmallow==3.21.3
29
  multidict==6.0.5
30
  multitasking==0.0.11
31
  mypy-extensions==1.0.0
 
32
  numpy==1.26.4
33
  openai==1.37.0
 
 
 
 
 
 
 
 
 
34
  orjson==3.10.6
35
- packaging==24.1
36
  pandas==2.2.2
37
  peewee==3.17.6
38
  platformdirs==4.2.2
39
  polygon-api-client==1.14.2
 
40
  pydantic==2.8.2
41
  pydantic_core==2.20.1
 
42
  pypdf==4.3.1
43
  python-dateutil==2.9.0.post0
 
 
 
 
44
  pytz==2024.1
45
  PyYAML==6.0.1
46
  regex==2024.5.15
47
  requests==2.32.3
 
48
  six==1.16.0
49
  sniffio==1.3.1
50
  soupsieve==2.5
51
  SQLAlchemy==2.0.31
 
 
52
  tenacity==8.5.0
53
  tiktoken==0.7.0
 
54
  tqdm==4.66.4
55
  typing==3.7.4.3
56
  typing-inspect==0.9.0
57
  typing_extensions==4.12.2
58
  tzdata==2024.1
 
59
  urllib3==2.2.2
 
 
60
  webencodings==0.5.1
61
  websockets==12.0
 
 
62
  yarl==1.9.4
63
  yfinance==0.2.41
 
 
1
+ aiofiles==23.2.1
2
  aiohttp==3.9.5
3
  aiosignal==1.3.1
4
  annotated-types==0.7.0
5
+ anyio==3.7.1
6
+ asyncer==0.0.2
7
  attrs==23.2.0
8
  beautifulsoup4==4.12.3
9
+ bidict==0.23.1
10
  certifi==2024.7.4
11
+ chainlit==1.1.306
12
  charset-normalizer==3.3.2
13
+ chevron==0.14.0
14
+ click==8.1.7
15
+ dataclasses-json==0.5.14
16
+ Deprecated==1.2.14
17
  distro==1.9.0
18
+ fastapi==0.110.3
19
+ filetype==1.2.0
20
  frozendict==2.4.4
21
  frozenlist==1.4.1
22
+ googleapis-common-protos==1.63.2
23
  greenlet==3.0.3
24
+ grpcio==1.65.1
25
  h11==0.14.0
26
  html5lib==1.1
27
  httpcore==1.0.5
28
  httpx==0.27.0
29
  idna==3.7
30
+ importlib_metadata==7.1.0
31
  jsonpatch==1.33
32
  jsonpointer==3.0.0
33
  langchain==0.2.10
 
36
  langchain-openai==0.1.17
37
  langchain-text-splitters==0.2.2
38
  langsmith==0.1.93
39
+ Lazify==0.4.0
40
+ literalai==0.0.607
41
  lxml==5.2.2
42
  marshmallow==3.21.3
43
  multidict==6.0.5
44
  multitasking==0.0.11
45
  mypy-extensions==1.0.0
46
+ nest-asyncio==1.6.0
47
  numpy==1.26.4
48
  openai==1.37.0
49
+ opentelemetry-api==1.25.0
50
+ opentelemetry-exporter-otlp==1.25.0
51
+ opentelemetry-exporter-otlp-proto-common==1.25.0
52
+ opentelemetry-exporter-otlp-proto-grpc==1.25.0
53
+ opentelemetry-exporter-otlp-proto-http==1.25.0
54
+ opentelemetry-instrumentation==0.46b0
55
+ opentelemetry-proto==1.25.0
56
+ opentelemetry-sdk==1.25.0
57
+ opentelemetry-semantic-conventions==0.46b0
58
  orjson==3.10.6
59
+ packaging==23.2
60
  pandas==2.2.2
61
  peewee==3.17.6
62
  platformdirs==4.2.2
63
  polygon-api-client==1.14.2
64
+ protobuf==4.25.3
65
  pydantic==2.8.2
66
  pydantic_core==2.20.1
67
+ PyJWT==2.8.0
68
  pypdf==4.3.1
69
  python-dateutil==2.9.0.post0
70
+ python-dotenv==1.0.1
71
+ python-engineio==4.9.1
72
+ python-multipart==0.0.9
73
+ python-socketio==5.11.3
74
  pytz==2024.1
75
  PyYAML==6.0.1
76
  regex==2024.5.15
77
  requests==2.32.3
78
+ simple-websocket==1.0.0
79
  six==1.16.0
80
  sniffio==1.3.1
81
  soupsieve==2.5
82
  SQLAlchemy==2.0.31
83
+ starlette==0.37.2
84
+ syncer==2.0.3
85
  tenacity==8.5.0
86
  tiktoken==0.7.0
87
+ tomli==2.0.1
88
  tqdm==4.66.4
89
  typing==3.7.4.3
90
  typing-inspect==0.9.0
91
  typing_extensions==4.12.2
92
  tzdata==2024.1
93
+ uptrace==1.24.0
94
  urllib3==2.2.2
95
+ uvicorn==0.25.0
96
+ watchfiles==0.20.0
97
  webencodings==0.5.1
98
  websockets==12.0
99
+ wrapt==1.16.0
100
+ wsproto==1.2.0
101
  yarl==1.9.4
102
  yfinance==0.2.41
103
+ zipp==3.19.2