view pyproject.toml @ 9:d1b54241a731

rewrite meeting fetcher
author drewp@bigasterisk.com
date Wed, 10 Jul 2024 12:25:06 -0700
parents f23b21bd0fce
children 7f36497bfac3
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",
    "apex-search>=0.0.2",
    "tantivy>=0.22.0",
    "markdownify>=0.12.1",
    "lxml>=5.2.2",
    "html5lib>=1.1",
    "cssselect>=1.2.0",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false