Mercurial > code > home > repos > sco-bot
view pyproject.toml @ 4:0e33c65f1904
playing with extractors
author | drewp@bigasterisk.com |
---|---|
date | Sat, 06 Jul 2024 16:42:36 -0700 |
parents | c2176e9a2696 |
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