cloud-sean commited on
Commit
df04b4a
·
1 Parent(s): fd3f788

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  aiohttp==3.8.5
2
  aiosignal==1.3.1
3
  altair==5.0.1
 
4
  async-timeout==4.0.3
5
  attrs==23.1.0
6
  blinker==1.6.2
@@ -8,50 +9,68 @@ cachetools==5.3.1
8
  certifi==2023.7.22
9
  charset-normalizer==3.2.0
10
  click==8.1.7
 
11
  frozenlist==1.4.0
12
  gitdb==4.0.10
13
  GitPython==3.1.32
14
  htbuilder==0.6.1
15
  idna==3.4
16
  importlib-metadata==6.8.0
 
17
  Jinja2==3.1.2
18
  jsonschema==4.19.0
19
  jsonschema-specifications==2023.7.1
 
 
20
  markdown-it-py==3.0.0
21
  MarkupSafe==2.1.3
 
22
  mdurl==0.1.2
23
  more-itertools==10.1.0
24
  multidict==6.0.4
 
 
 
25
  numpy==1.25.2
26
  openai==0.27.8
27
  packaging==23.1
28
  pandas==2.0.3
29
  Pillow==9.5.0
 
30
  protobuf==4.24.1
31
  pyarrow==12.0.1
 
 
32
  pydeck==0.8.0
33
  Pygments==2.16.1
34
  Pympler==1.0.1
 
35
  python-dateutil==2.8.2
36
  pytz==2023.3
37
  pytz-deprecation-shim==0.1.0.post0
 
 
38
  referencing==0.30.2
39
  requests==2.31.0
40
  rich==13.5.2
41
  rpds-py==0.9.2
42
  six==1.16.0
43
  smmap==5.0.0
 
 
44
  st-annotated-text==4.0.0
45
- streamlit==1.25.0
 
46
  tenacity==8.2.3
47
  toml==0.10.2
48
  toolz==0.12.0
49
  tornado==6.3.3
50
  tqdm==4.66.1
 
51
  typing_extensions==4.7.1
52
  tzdata==2023.3
53
  tzlocal==4.3.1
54
  urllib3==2.0.4
55
  validators==0.21.2
56
  yarl==1.9.2
57
- zipp==3.16.2
 
1
  aiohttp==3.8.5
2
  aiosignal==1.3.1
3
  altair==5.0.1
4
+ annotated-types==0.5.0
5
  async-timeout==4.0.3
6
  attrs==23.1.0
7
  blinker==1.6.2
 
9
  certifi==2023.7.22
10
  charset-normalizer==3.2.0
11
  click==8.1.7
12
+ dataclasses-json==0.5.14
13
  frozenlist==1.4.0
14
  gitdb==4.0.10
15
  GitPython==3.1.32
16
  htbuilder==0.6.1
17
  idna==3.4
18
  importlib-metadata==6.8.0
19
+ isodate==0.6.1
20
  Jinja2==3.1.2
21
  jsonschema==4.19.0
22
  jsonschema-specifications==2023.7.1
23
+ langchain==0.0.284
24
+ langsmith==0.0.33
25
  markdown-it-py==3.0.0
26
  MarkupSafe==2.1.3
27
+ marshmallow==3.20.1
28
  mdurl==0.1.2
29
  more-itertools==10.1.0
30
  multidict==6.0.4
31
+ mypy-extensions==1.0.0
32
+ networkx==3.1
33
+ numexpr==2.8.5
34
  numpy==1.25.2
35
  openai==0.27.8
36
  packaging==23.1
37
  pandas==2.0.3
38
  Pillow==9.5.0
39
+ plotly==5.16.1
40
  protobuf==4.24.1
41
  pyarrow==12.0.1
42
+ pydantic==2.3.0
43
+ pydantic_core==2.6.3
44
  pydeck==0.8.0
45
  Pygments==2.16.1
46
  Pympler==1.0.1
47
+ pyparsing==3.1.1
48
  python-dateutil==2.8.2
49
  pytz==2023.3
50
  pytz-deprecation-shim==0.1.0.post0
51
+ PyYAML==6.0.1
52
+ rdflib==7.0.0
53
  referencing==0.30.2
54
  requests==2.31.0
55
  rich==13.5.2
56
  rpds-py==0.9.2
57
  six==1.16.0
58
  smmap==5.0.0
59
+ SPARQLWrapper==2.0.0
60
+ SQLAlchemy==2.0.20
61
  st-annotated-text==4.0.0
62
+ streamlit==1.26.0
63
+ streamlit-agraph==0.0.45
64
  tenacity==8.2.3
65
  toml==0.10.2
66
  toolz==0.12.0
67
  tornado==6.3.3
68
  tqdm==4.66.1
69
+ typing-inspect==0.9.0
70
  typing_extensions==4.7.1
71
  tzdata==2023.3
72
  tzlocal==4.3.1
73
  urllib3==2.0.4
74
  validators==0.21.2
75
  yarl==1.9.2
76
+ zipp==3.16.2