Mercurial > code > home > repos > sco-bot
comparison pyproject.toml @ 0:ca5da75f03ee
start
author | drewp@bigasterisk.com |
---|---|
date | Wed, 03 Jul 2024 19:16:28 -0700 |
parents | |
children | c2176e9a2696 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ca5da75f03ee |
---|---|
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", | |
15 ] | |
16 requires-python = ">=3.11" | |
17 readme = "README.md" | |
18 license = {text = "MIT"} | |
19 | |
20 | |
21 [tool.pdm] | |
22 distribution = false |