Mercurial > code > home > repos > sco-bot
annotate pyproject.toml @ 1:c2176e9a2696
split by sentences
author | drewp@bigasterisk.com |
---|---|
date | Wed, 03 Jul 2024 20:19:57 -0700 |
parents | ca5da75f03ee |
children | 0e33c65f1904 |
rev | line source |
---|---|
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", |
0 | 16 ] |
17 requires-python = ">=3.11" | |
18 readme = "README.md" | |
19 license = {text = "MIT"} | |
20 | |
21 | |
22 [tool.pdm] | |
23 distribution = false |