Mercurial > code > home > repos > sco-bot
view pyproject.toml @ 7:53ae53f7d1b3
add k8s config
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 Jul 2024 16:45:19 -0700 |
parents | 0e33c65f1904 |
children | f23b21bd0fce |
line wrap: on
line source
[project] name = "sco-bot" version = "0.1.0" description = "Default template for PDM package" authors = [ {name = "drew", email = "drewp@bigasterisk.com"}, ] dependencies = [ "ipython>=8.26.0", "webvtt-py>=0.5.1", "pdfminer>=20191125", "pymilvus[model]>=2.4.4", "ipdb>=0.13.13", "flax>=0.8.5", "nltk>=3.8.1", "langchain>=0.2.6", "fastapi>=0.111.0", ] requires-python = ">=3.11" readme = "README.md" license = {text = "MIT"} [tool.pdm] distribution = false