annotate pyproject.toml @ 7:53ae53f7d1b3

add k8s config
author drewp@bigasterisk.com
date Sat, 06 Jul 2024 16:45:19 -0700
parents 0e33c65f1904
children f23b21bd0fce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 [project]
drewp@bigasterisk.com
parents:
diff changeset
2 name = "sco-bot"
drewp@bigasterisk.com
parents:
diff changeset
3 version = "0.1.0"
drewp@bigasterisk.com
parents:
diff changeset
4 description = "Default template for PDM package"
drewp@bigasterisk.com
parents:
diff changeset
5 authors = [
drewp@bigasterisk.com
parents:
diff changeset
6 {name = "drew", email = "drewp@bigasterisk.com"},
drewp@bigasterisk.com
parents:
diff changeset
7 ]
drewp@bigasterisk.com
parents:
diff changeset
8 dependencies = [
drewp@bigasterisk.com
parents:
diff changeset
9 "ipython>=8.26.0",
drewp@bigasterisk.com
parents:
diff changeset
10 "webvtt-py>=0.5.1",
drewp@bigasterisk.com
parents:
diff changeset
11 "pdfminer>=20191125",
drewp@bigasterisk.com
parents:
diff changeset
12 "pymilvus[model]>=2.4.4",
drewp@bigasterisk.com
parents:
diff changeset
13 "ipdb>=0.13.13",
drewp@bigasterisk.com
parents:
diff changeset
14 "flax>=0.8.5",
1
c2176e9a2696 split by sentences
drewp@bigasterisk.com
parents: 0
diff changeset
15 "nltk>=3.8.1",
4
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
16 "langchain>=0.2.6",
0e33c65f1904 playing with extractors
drewp@bigasterisk.com
parents: 1
diff changeset
17 "fastapi>=0.111.0",
0
drewp@bigasterisk.com
parents:
diff changeset
18 ]
drewp@bigasterisk.com
parents:
diff changeset
19 requires-python = ">=3.11"
drewp@bigasterisk.com
parents:
diff changeset
20 readme = "README.md"
drewp@bigasterisk.com
parents:
diff changeset
21 license = {text = "MIT"}
drewp@bigasterisk.com
parents:
diff changeset
22
drewp@bigasterisk.com
parents:
diff changeset
23
drewp@bigasterisk.com
parents:
diff changeset
24 [tool.pdm]
drewp@bigasterisk.com
parents:
diff changeset
25 distribution = false