view pyproject.toml @ 1:c2176e9a2696

split by sentences
author drewp@bigasterisk.com
date Wed, 03 Jul 2024 20:19:57 -0700
parents ca5da75f03ee
children 0e33c65f1904
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",
]
requires-python = ">=3.11"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false