File tree 1 file changed +145
-0
lines changed
1 file changed +145
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,148 @@ pytest==7.1.3
3
3
pytest-asyncio == 0.20.3
4
4
uvicorn == 0.20.0
5
5
pydantic ~= 1.10.4
6
+
7
+ aiofiles == 23.2.1
8
+ aiohttp == 3.8.6
9
+ aiosignal == 1.3.1
10
+ aiosmtplib == 2.0.2
11
+ aiostream == 0.5.2
12
+ alembic == 1.12.1
13
+ annotated-types == 0.6.0
14
+ anyio == 3.7.1
15
+ async-timeout == 4.0.3
16
+ attrs == 23.1.0
17
+ Authlib == 1.2.1
18
+ beautifulsoup4 == 4.12.2
19
+ blinker == 1.6.3
20
+ cachetools == 5.3.2
21
+ certifi == 2023.7.22
22
+ cffi == 1.16.0
23
+ charset-normalizer == 3.3.1
24
+ ci-info == 0.3.0
25
+ click == 8.1.7
26
+ configobj == 5.0.8
27
+ configparser == 6.0.0
28
+ cryptography == 41.0.5
29
+ dataclasses-json == 0.5.14
30
+ Deprecated == 1.2.14
31
+ dnspython == 2.4.2
32
+ docx2txt == 0.8
33
+ dropbox == 11.36.2
34
+ ecdsa == 0.18.0
35
+ email-validator == 2.1.0.post1
36
+ etelemetry == 0.3.1
37
+ exceptiongroup == 1.1.3
38
+ Faker == 19.12.0
39
+ fastapi == 0.104.0
40
+ fastapi-mail == 1.4.1
41
+ filelock == 3.13.0
42
+ frontend == 0.0.3
43
+ frozenlist == 1.4.0
44
+ fsspec == 2023.10.0
45
+ future == 0.18.3
46
+ google-api-core == 2.12.0
47
+ google-api-python-client == 2.105.0
48
+ google-auth == 2.23.3
49
+ google-auth-httplib2 == 0.1.1
50
+ google-auth-oauthlib == 1.1.0
51
+ googleapis-common-protos == 1.61.0
52
+ greenlet == 3.0.1
53
+ h11 == 0.14.0
54
+ httpcore == 0.18.0
55
+ httplib2 == 0.22.0
56
+ httpx == 0.25.0
57
+ idna == 3.4
58
+ imagekitio == 3.2.0
59
+ importlib-metadata == 6.8.0
60
+ importlib-resources == 6.1.0
61
+ inflect == 7.0.0
62
+ iniconfig == 2.0.0
63
+ isodate == 0.6.1
64
+ itsdangerous == 2.1.2
65
+ Jinja2 == 3.1.2
66
+ joblib == 1.3.2
67
+ jsonpatch == 1.33
68
+ jsonpointer == 2.4
69
+ kellanb-cryptography == 1.2.3
70
+ langchain == 0.0.325
71
+ langsmith == 0.0.53
72
+ llama-index == 0.8.55
73
+ loguru == 0.7.2
74
+ looseversion == 1.3.0
75
+ lxml == 4.9.3
76
+ Mako == 1.2.4
77
+ MarkupSafe == 2.1.3
78
+ marshmallow == 3.20.1
79
+ multidict == 6.0.4
80
+ mypy-extensions == 1.0.0
81
+ nest-asyncio == 1.5.8
82
+ networkx == 3.1
83
+ nibabel == 5.1.0
84
+ nipype == 1.8.6
85
+ nltk == 3.8.1
86
+ numpy == 1.24.4
87
+ oauthlib == 3.2.2
88
+ openai == 0.28.1
89
+ packaging == 23.2
90
+ pandas == 2.0.3
91
+ passlib == 1.7.4
92
+ pathlib == 1.0.1
93
+ pinecone-client == 2.2.4
94
+ pluggy == 1.3.0
95
+ ply == 3.11
96
+ protobuf == 4.24.4
97
+ prov == 2.0.0
98
+ psycopg2-binary == 2.9.9
99
+ pyasn1 == 0.5.0
100
+ pyasn1-modules == 0.3.0
101
+ pycparser == 2.21
102
+ pycryptodome == 3.15.0
103
+ pydantic == 2.4.2
104
+ pydantic-core == 2.10.1
105
+ pydantic-settings == 2.0.3
106
+ pydot == 1.4.2
107
+ PyMuPDF == 1.23.5
108
+ PyMuPDFb == 1.23.5
109
+ pyparsing == 3.1.1
110
+ pytest == 7.4.3
111
+ python-dateutil == 2.8.2
112
+ python-dotenv == 1.0.0
113
+ python-jose == 3.3.0
114
+ python-multipart == 0.0.6
115
+ pytils == 0.4.1
116
+ pytz == 2023.3.post1
117
+ pyxnat == 1.6
118
+ PyYAML == 6.0.1
119
+ rdflib == 7.0.0
120
+ regex == 2023.10.3
121
+ requests == 2.31.0
122
+ requests-oauthlib == 1.3.1
123
+ requests-toolbelt == 0.10.1
124
+ rsa == 4.9
125
+ scipy == 1.10.1
126
+ simplejson == 3.19.2
127
+ six == 1.16.0
128
+ sniffio == 1.3.0
129
+ soupsieve == 2.5
130
+ SQLAlchemy == 2.0.22
131
+ starlette == 0.27.0
132
+ stone == 3.3.1
133
+ stripe == 7.1.0
134
+ tenacity == 8.2.3
135
+ tiktoken == 0.5.1
136
+ tomli == 2.0.1
137
+ tools == 0.1.9
138
+ tqdm == 4.66.1
139
+ traits == 6.3.2
140
+ typing-extensions == 4.8.0
141
+ typing-inspect == 0.9.0
142
+ tzdata == 2023.3
143
+ uritemplate == 4.1.1
144
+ urllib3 == 1.26.18
145
+ uvicorn == 0.23.2
146
+ validators == 0.22.0
147
+ weaviate-client == 3.25.1
148
+ wrapt == 1.15.0
149
+ yarl == 1.9.2
150
+ zipp == 3.17.0
You can’t perform that action at this time.
0 commit comments