0
|
1 [project]
|
|
2 name = "sco-bot"
|
|
3 version = "0.1.0"
|
|
4 description = "Default template for PDM package"
|
|
5 authors = [
|
|
6 {name = "drew", email = "drewp@bigasterisk.com"},
|
|
7 ]
|
|
8 dependencies = [
|
|
9 "ipython>=8.26.0",
|
|
10 "webvtt-py>=0.5.1",
|
|
11 "pdfminer>=20191125",
|
|
12 "pymilvus[model]>=2.4.4",
|
|
13 "ipdb>=0.13.13",
|
|
14 "flax>=0.8.5",
|
1
|
15 "nltk>=3.8.1",
|
4
|
16 "langchain>=0.2.6",
|
|
17 "fastapi>=0.111.0",
|
8
|
18 "apex-search>=0.0.2",
|
|
19 "tantivy>=0.22.0",
|
|
20 "markdownify>=0.12.1",
|
9
|
21 "lxml>=5.2.2",
|
|
22 "html5lib>=1.1",
|
|
23 "cssselect>=1.2.0",
|
0
|
24 ]
|
|
25 requires-python = ">=3.11"
|
|
26 readme = "README.md"
|
|
27 license = {text = "MIT"}
|
|
28
|
|
29
|
|
30 [tool.pdm]
|
|
31 distribution = false
|