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